chore: speedcenter: reduce number of runs for "fast" benchmarks from 10 to 3 (#5009)
This commit is contained in:
parent
5bc6496a7c
commit
041b80a4f5
1 changed files with 2 additions and 2 deletions
|
|
@ -255,13 +255,13 @@ run:
|
|||
max_block_time: '-1'
|
||||
|
||||
# Maximum number of benchmarking runs
|
||||
max_runs: 10
|
||||
max_runs: 3
|
||||
|
||||
# Maximum time the whole benchmarking should take, -1 == no timeout, supports normal time span expressions
|
||||
max_time: '-1'
|
||||
|
||||
# Minimum number of benchmarking runs
|
||||
min_runs: 10
|
||||
min_runs: 3
|
||||
|
||||
# Output file for the benchmarking results
|
||||
out: run_output.yaml
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue