Skip to content

Commit

Permalink
#1930: reduce the number of runs
Browse files Browse the repository at this point in the history
  • Loading branch information
stmcgovern authored and lifflander committed Dec 7, 2022
1 parent 931335d commit db31213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perf/common/test_harness.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ struct PerfTestHarness {
protected:
bool gen_file_ = false;
bool verbose_ = false;
uint32_t num_runs_ = 50;
uint32_t num_runs_ = 20;
uint32_t current_run_ = 0;
std::vector<char*> custom_args_ = {};

Expand Down

0 comments on commit db31213

Please sign in to comment.