We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9175007 + 61769a0 commit 77e7389Copy full SHA for 77e7389
core-lib
rebench.conf
@@ -84,6 +84,8 @@ benchmark_suites:
84
- WhileLoop: {extra_args: 30, tags: [yuria ]}
85
- Mandelbrot: {extra_args: 50, tags: [yuria2]}
86
- IfNil: {extra_args: 30, tags: [yuria ]}
87
+ - Knapsack: {extra_args: 12, tags: [yuria2]}
88
+ - VectorBenchmark: {extra_args: 3, tags: [yuria3]}
89
90
- Test: {invocations: 10, tags: [yuria ]}
91
- TestGC: {invocations: 10, extra_args: 10, tags: [yuria ]}
@@ -113,6 +115,8 @@ benchmark_suites:
113
115
- WhileLoop: {extra_args: 9000, warmup: 5, iterations: 55, tags: [yuria2]}
114
116
- Mandelbrot: {extra_args: 1000, warmup: 10, iterations: 110, tags: [yuria4]}
117
- 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]}
120
121
micro-somsom:
122
gauge_adapter: RebenchLog
0 commit comments