Skip to content

Commit

Permalink
Reduce problem sizes for benchmarks
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Apr 11, 2021
1 parent 5f71671 commit fc63acb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rebench.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ reporting:
project_name: SOM

runs:
max_invocation_time: 60
max_invocation_time: 120

benchmark_suites:
macro:
Expand Down Expand Up @@ -60,10 +60,10 @@ benchmark_suites:
iterations: 1
benchmarks:
- Loop: {extra_args: 1}
- Queens: {extra_args: 2}
- List: {extra_args: 2}
- Recurse: {extra_args: 3}
- Mandelbrot: {extra_args: 30}
- Queens: {extra_args: 1}
- List: {extra_args: 1}
- Recurse: {extra_args: 1}
- Mandelbrot: {extra_args: 3}

executors:
som: {path: ., executable: som.sh}
Expand Down

0 comments on commit fc63acb

Please sign in to comment.