Skip to content

Commit b1fae44

Browse files
committed
Update core-lib and add IfNil to benchmarking setup
Signed-off-by: Stefan Marr <[email protected]>
1 parent b8e26cb commit b1fae44

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

rebench.conf

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ benchmark_suites:
8383
- FieldLoop: {extra_args: 1, machines: [yuria3]}
8484
- WhileLoop: {extra_args: 30, machines: [yuria ]}
8585
- Mandelbrot: {extra_args: 50, machines: [yuria2]}
86+
- IfNil: {extra_args: 80, machines: [yuria2]}
8687

8788
- Test: {invocations: 10, machines: [yuria ]}
8889
- TestGC: {invocations: 10, extra_args: 10, machines: [yuria ]}
@@ -111,6 +112,7 @@ benchmark_suites:
111112
- FieldLoop: {extra_args: 900, warmup: 5, iterations: 55, machines: [yuria3]}
112113
- WhileLoop: {extra_args: 9000, warmup: 5, iterations: 55, machines: [yuria2]}
113114
- Mandelbrot: {extra_args: 1000, warmup: 10, iterations: 110, machines: [yuria3]}
115+
- IfNil: {extra_args: 5000, warmup: 10, iterations: 110, machines: [yuria3]}
114116

115117
micro-somsom:
116118
gauge_adapter: RebenchLog

0 commit comments

Comments
 (0)