Skip to content

Commit 77e7389

Browse files
authored
Update core-lib and add benchmarks to rebench.conf (#234)
2 parents 9175007 + 61769a0 commit 77e7389

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

rebench.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ benchmark_suites:
8484
- WhileLoop: {extra_args: 30, tags: [yuria ]}
8585
- Mandelbrot: {extra_args: 50, tags: [yuria2]}
8686
- IfNil: {extra_args: 30, tags: [yuria ]}
87+
- Knapsack: {extra_args: 12, tags: [yuria2]}
88+
- VectorBenchmark: {extra_args: 3, tags: [yuria3]}
8789

8890
- Test: {invocations: 10, tags: [yuria ]}
8991
- TestGC: {invocations: 10, extra_args: 10, tags: [yuria ]}
@@ -113,6 +115,8 @@ benchmark_suites:
113115
- WhileLoop: {extra_args: 9000, warmup: 5, iterations: 55, tags: [yuria2]}
114116
- Mandelbrot: {extra_args: 1000, warmup: 10, iterations: 110, tags: [yuria4]}
115117
- IfNil: {extra_args: 9000, warmup: 5, iterations: 55, tags: [yuria2]}
118+
- Knapsack: {extra_args: 104, warmup: 10, iterations: 55, tags: [yuria2]}
119+
- VectorBenchmark: {extra_args: 50, warmup: 10, iterations: 55, tags: [yuria3]}
116120

117121
micro-somsom:
118122
gauge_adapter: RebenchLog

0 commit comments

Comments
 (0)