-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new command line options to enable periodic concurrency mode (#391)
* Add macros to reuse it for checking range options * Add tests for periodic-concurrency-range option * Add periodic-concurrency-range and request-period options * Add doc for periodic-concurrency-range and request-period * Add test for request-period option * Revert macro and add reusable test function * Add more tests * Small refactor * Refactor a subcase * Require bi-directional gRPC streaming for periodic concurrency mode * Address feedback * Refine the error message * Add bi-directional gRPC streaming options for periodic concurrency mode * Add request-parameter option and refactor * Refactor * Add valid case for request-parameter option * Add --request-parameter doc and edit periodic concurrency description * Custom request parameter is currently only supported by gRPC * Parse and store the type of request parameter * Add checks between act vs. exp * Remove uint type and rebase * Change doc * Minor fix * Address feedback
- Loading branch information
1 parent
f4732a1
commit fd77ba8
Showing
6 changed files
with
641 additions
and
149 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
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.