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

Request rate function #908

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

Request rate function #908

wants to merge 10 commits into from

Conversation

Bslabe123
Copy link
Collaborator

@Bslabe123 Bslabe123 commented Dec 10, 2024

Request rate flag extended to accept a string containing some f(t) where t is time since the start of the benchmarking run. Example inputs:

  • Linear growth: 24+(t/2)
  • Stepped growth (step from 50 to 150 at t=300, do not step up more): 50+100(min(1,(floor(t/300))))

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.

1 participant