Skip to content

Commit

Permalink
Increase max_invocation_times
Browse files Browse the repository at this point in the history
- and disable warmup just to avoid bugs, if there are any

Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Mar 1, 2020
1 parent a9fc983 commit 40e4cae
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions codespeed.conf
Expand Up @@ -74,7 +74,7 @@ benchmark_suites:
macro-steady:
gauge_adapter: RebenchLog
command: *MACRO_CMD
max_invocation_time: 6000
max_invocation_time: 600000
warmup: 30
benchmarks:
- CD:
Expand Down Expand Up @@ -167,8 +167,8 @@ benchmark_suites:
som-steady:
gauge_adapter: RebenchLog
command: *MACRO_CMD
max_invocation_time: 600
warmup: 10
max_invocation_time: 60000
# warmup: 10
benchmarks:
- Fannkuch:
extra_args: "3000 0 9"
Expand Down Expand Up @@ -218,8 +218,8 @@ benchmark_suites:
sort-steady:
gauge_adapter: RebenchLog
command: *SORT_CMD
max_invocation_time: 600
warmup: 10
max_invocation_time: 60000
# warmup: 10
benchmarks:
- BubbleSort:
extra_args: "3000 0 2000"
Expand Down Expand Up @@ -271,8 +271,8 @@ benchmark_suites:
micro-steady:
gauge_adapter: RebenchLog
command: *MICRO_CMD
max_invocation_time: 600
warmup: 5
max_invocation_time: 60000
# warmup: 5
benchmarks:
- Fibonacci:
extra_args: "3000 0 1000"
Expand Down Expand Up @@ -384,7 +384,7 @@ benchmark_suites:
savina-jit:
gauge_adapter: RebenchLog
command: "core-lib/Benchmarks/AsyncHarness.ns Savina.%(benchmark)s 3000 0 "
max_invocation_time: 420
max_invocation_time: 60000
# warmup: 25
benchmarks:
# Microbenchmarks
Expand Down Expand Up @@ -481,7 +481,7 @@ benchmark_suites:
command: &FJ_CMD " core-lib/Benchmarks/Harness.ns core-lib/Benchmarks/ForkJoin/%(benchmark)s%(input)s.ns "
input_sizes:
- Seq # all fork() are compute()
max_invocation_time: 120
max_invocation_time: 60000
# warmup: 30
benchmarks:
## Excluding Fib, NQueens, QuickSort
Expand Down Expand Up @@ -528,7 +528,7 @@ benchmark_suites:
command: " core-lib/Benchmarks/Harness.ns core-lib/Benchmarks/ForkJoin/%(benchmark)s%(input)s.ns %(variable)s 0 "
variable_values:
- 3000 ## the number iterations measured
max_invocation_time: 300
max_invocation_time: 60000
input_sizes:
- Seq # all fork() are compute()
- Opt # fork, but do one task locally
Expand Down

0 comments on commit 40e4cae

Please sign in to comment.