-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[benchmark] Add a scalable_limited benchmark category.
The following benchmark hangs on 8-core machines, but passes on 30-core machines: ``` cpp-protobuf-async-client-unary-1channel-64wide-128breq-8mbresp-insecure ``` This PR creates a `scalable_limited` category in addition to the `scalable` category typically run in CI, and aoplies it to all `scalable` benchmarks except the one that fails on 8-core machines. This change also changes the set of benchmarks run on 8-core machines to use the `scalable_limited` category. Benchmarks run on 30-core machines remain unchanged.
- Loading branch information
Showing
4 changed files
with
89 additions
and
72 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
Oops, something went wrong.