-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): use new heuristic for throughput benchmarks
This is done to load benchmarks machine in smarter way. This makes sure to saturate compute load of the benchmark machine while keeping execution time reasonable. iter_batched() criterion method is used instead of iter() so that benchmarks are compatible with other flavors of operations (unchecked_* or smart_*).
- Loading branch information
Showing
8 changed files
with
1,249 additions
and
516 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
Oops, something went wrong.