Skip to content

Commit

Permalink
Increase iteration count to 5000
Browse files Browse the repository at this point in the history
`-it` doesn’t work, because it’s all hard coded

Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Jul 2, 2020
1 parent 2ac5b59 commit 20f9aa7
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions codespeed.conf
Expand Up @@ -78,59 +78,59 @@ benchmark_suites:
warmup: 30
benchmarks:
- CD:
extra_args: "130 0 100"
extra_args: "5000 0 100"
codespeed_name: "peak.CD"
- Havlak:
extra_args: "130 0 5"
extra_args: "5000 0 5"
codespeed_name: "peak.Havlak"
- Richards:
extra_args: "130 0 60"
extra_args: "5000 0 60"
codespeed_name: "peak.Richards"
- RichardsNS:
extra_args: "130 0 60"
extra_args: "5000 0 60"
codespeed_name: "peak.RichardsNS"
- DeltaBlue:
extra_args: "250 0 13000"
extra_args: "5000 0 13000"
codespeed_name: "peak.DeltaBlue"
warmup: 150
- DeltaBlueNS:
extra_args: "250 0 1000"
extra_args: "5000 0 1000"
codespeed_name: "peak.DeltaBlue"
warmup: 150
- Mandelbrot:
extra_args: "110 0 400"
extra_args: "5000 0 400"
codespeed_name: "peak.Mandelbrot"
warmup: 10
- NBody:
extra_args: "120 0 150000"
extra_args: "5000 0 150000"
codespeed_name: "peak.NBody"
warmup: 20
- Json:
extra_args: "120 0 50"
extra_args: "5000 0 50"
codespeed_name: "peak.Json"
warmup: 20
- GraphSearch:
extra_args: "250 0 15"
extra_args: "5000 0 15"
codespeed_name: "peak.GraphSearch"
warmup: 100
- PageRank:
extra_args: "120 0 500"
extra_args: "5000 0 500"
codespeed_name: "peak.PageRank"
warmup: 20
- Lee:
extra_args: "150 0 2"
extra_args: "5000 0 2"
codespeed_name: "peak.Lee"
- LeeSTM:
extra_args: "150 0 4"
extra_args: "5000 0 4"
codespeed_name: "peak.LeeSTM"
- Vacation:
extra_args: "150 0 14"
extra_args: "5000 0 14"
codespeed_name: "peak.Vacation"
- VacationSTM:
extra_args: "150 0 11"
extra_args: "5000 0 11"
codespeed_name: "peak.VacationSTM"
- Splay:
extra_args: "150 0 1"
extra_args: "5000 0 1"
codespeed_name: "peak.Splay"

som-startup:
Expand Down Expand Up @@ -171,32 +171,32 @@ benchmark_suites:
warmup: 10
benchmarks:
- Fannkuch:
extra_args: "55 0 9"
extra_args: "5000 0 9"
codespeed_name: "peak.Fannkuch"
warmup: 5
- List:
extra_args: "70 0 1000"
extra_args: "5000 0 1000"
codespeed_name: "peak.List"
warmup: 20
- Bounce:
extra_args: "60 0 1000"
extra_args: "5000 0 1000"
codespeed_name: "peak.Bounce"
- Permute:
extra_args: "60 0 500"
extra_args: "5000 0 500"
codespeed_name: "peak.Permute"
- Queens:
extra_args: "120 0 400"
extra_args: "5000 0 400"
codespeed_name: "peak.Queens"
warmup: 70
- Storage:
extra_args: "75 0 1000"
extra_args: "5000 0 1000"
codespeed_name: "peak.Storage"
warmup: 25
- Sieve:
extra_args: "60 0 400"
extra_args: "5000 0 400"
codespeed_name: "peak.Sieve"
- Towers:
extra_args: "60 0 300"
extra_args: "5000 0 300"
codespeed_name: "peak.Towers"

sort-startup:
Expand All @@ -222,13 +222,13 @@ benchmark_suites:
warmup: 10
benchmarks:
- BubbleSort:
extra_args: "60 0 2000"
extra_args: "5000 0 2000"
codespeed_name: "peak.BubbleSort"
- QuickSort:
extra_args: "60 0 800"
extra_args: "5000 0 800"
codespeed_name: "peak.QuickSort"
- TreeSort:
extra_args: "60 0 300"
extra_args: "5000 0 300"
codespeed_name: "peak.TreeSort"

micro-startup:
Expand Down Expand Up @@ -275,38 +275,38 @@ benchmark_suites:
warmup: 5
benchmarks:
- Fibonacci:
extra_args: "70 0 1000"
extra_args: "5000 0 1000"
codespeed_name: "peak.Fibonacci"
warmup: 20
- ClosureDefFibonacci:
extra_args: "70 0 300"
extra_args: "5000 0 300"
codespeed_name: "peak.ClosureDefFibonacci"
warmup: 20
- ClosureFibonacci:
extra_args: "70 0 300"
extra_args: "5000 0 300"
codespeed_name: "peak.ClosureFibonacci"
warmup: 20
- Dispatch:
extra_args: "55 0 2000"
extra_args: "5000 0 2000"
codespeed_name: "peak.Dispatch"
- Loop:
extra_args: "55 0 500000"
extra_args: "5000 0 500000"
codespeed_name: "peak.Loop"
- Recurse:
extra_args: "70 0 2000"
extra_args: "5000 0 2000"
codespeed_name: "peak.Recurse"
warmup: 20
- Sum:
extra_args: "55 0 3000"
extra_args: "5000 0 3000"
codespeed_name: "peak.Sum"
- IntegerLoop:
extra_args: "55 0 2000"
extra_args: "5000 0 2000"
codespeed_name: "peak.IntegerLoop"
- FieldLoop:
extra_args: "55 0 200"
extra_args: "5000 0 200"
codespeed_name: "peak.FieldLoop"
- WhileLoop:
extra_args: "55 0 2000"
extra_args: "5000 0 2000"
codespeed_name: "peak.WhileLoop"

savina-interp:
Expand Down Expand Up @@ -383,7 +383,7 @@ benchmark_suites:

savina-jit:
gauge_adapter: RebenchLog
command: "core-lib/Benchmarks/AsyncHarness.ns Savina.%(benchmark)s 125 0 "
command: "core-lib/Benchmarks/AsyncHarness.ns Savina.%(benchmark)s 5000 0 "
max_invocation_time: 420
warmup: 25
benchmarks:
Expand Down

0 comments on commit 20f9aa7

Please sign in to comment.