-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Poisson distributed requests for benchmark (#131)
* Add the capability of customizing load shape * Update the path of custom load shape file * Support customized parameters of custom load shapes. * Add poisson load shape * Parameterize query timeout * Support warm-ups in benchmark.py * fix incorrect spawn_rate return value * Test stop criterias suppport run-time or user_queries only. * Use only 1 locust process for poission load shape for Locust has concurrency issue. * support run-time limit in poisson load shape * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Dynamically allocate Locust processes to fit different loads and load shapes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Yi Yao <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: LifengWang <[email protected]>
- Loading branch information
1 parent
0af532a
commit 7305ea3
Showing
6 changed files
with
302 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.