Compare commits

...

1 Commits

Author SHA1 Message Date
Sebastian Ullrich
1ccb9da481 chore: speedcenter: reduce number of runs for "fast" benchmarks from 10 to 3 2024-08-13 10:52:36 +02:00

View File

@@ -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