From 86b82b1fb8a9b34497f40163793cfbee851dcabc Mon Sep 17 00:00:00 2001 From: Stefan Marr Date: Thu, 3 Jul 2025 17:16:12 +0200 Subject: [PATCH] Update core-lib and add benchmarks to rebench.conf Signed-off-by: Stefan Marr --- core-lib | 2 +- rebench.conf | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/core-lib b/core-lib index 1daeec77..7bf0413d 160000 --- a/core-lib +++ b/core-lib @@ -1 +1 @@ -Subproject commit 1daeec77f16e0bf5ed119466fa91cf24e17b9cde +Subproject commit 7bf0413d9e90e0484f5bde24f44b654c3672da24 diff --git a/rebench.conf b/rebench.conf index f68c743d..7b7e69bc 100644 --- a/rebench.conf +++ b/rebench.conf @@ -84,6 +84,8 @@ benchmark_suites: - WhileLoop: {extra_args: 30, tags: [yuria ]} - Mandelbrot: {extra_args: 50, tags: [yuria2]} - IfNil: {extra_args: 80, tags: [yuria2]} + - Knapsack: {extra_args: 12, tags: [yuria2]} + - VectorBenchmark: {extra_args: 3, tags: [yuria3]} - Test: {invocations: 10, tags: [yuria ]} - TestGC: {invocations: 10, extra_args: 10, tags: [yuria ]} @@ -113,6 +115,8 @@ benchmark_suites: - WhileLoop: {extra_args: 9000, warmup: 5, iterations: 55, tags: [yuria2]} - Mandelbrot: {extra_args: 1000, warmup: 10, iterations: 110, tags: [yuria3]} - IfNil: {extra_args: 5000, warmup: 10, iterations: 110, tags: [yuria3]} + - Knapsack: {extra_args: 104, warmup: 10, iterations: 55, tags: [yuria2]} + - VectorBenchmark: {extra_args: 50, warmup: 10, iterations: 55, tags: [yuria3]} micro-somsom: gauge_adapter: RebenchLog