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

chore: improvements to load generator #177

Merged
merged 1 commit into from
Sep 26, 2022
Merged

Conversation

cprice404
Copy link
Contributor

This makes the following improvements to the load generator:

  • Handles throttles without crashing
  • Handles timeouts without crashing
  • Adds a very simplistic implementation of a "max requests per second" setting,
    which can be used to rate-limit the load generator on the client side

This makes the following improvements to the load generator:
* Handles throttles without crashing
* Handles timeouts without crashing
* Adds a very simplistic implementation of a "max requests per second" setting,
  which can be used to rate-limit the load generator on the client side
Copy link
Contributor

@malandis malandis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensures max_requests_per_second by introducing a delay when request_turnaround_time < expected_turnaround_time_at_max_requests_per_second

@cprice404 cprice404 merged commit 78cd460 into main Sep 26, 2022
@cprice404 cprice404 deleted the load-gen-improvements branch September 26, 2022 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants