Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discover QPS limit of a target #28

Open
weyrick opened this issue Jan 29, 2020 · 2 comments
Open

Discover QPS limit of a target #28

weyrick opened this issue Jan 29, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@weyrick
Copy link
Contributor

weyrick commented Jan 29, 2020

Start at a given QPS rate, then ramp up QPS over time until a given % of timeouts (and/or response time) are achieved.

@weyrick weyrick added the enhancement New feature or request label Jan 29, 2020
@shane-kerr
Copy link
Collaborator

Nice idea. By default I think 100% correct answers is a good target.

@PenelopeFudd
Copy link

PenelopeFudd commented May 7, 2024

I wrote a script to do just that, you give the script a "low" and a "high" number and it does a binary search to find where the border is between 100% correct and <100% correct. It's a mess, but at least it's short. I'd recommend rewriting it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants