From 138316cafa1967740d6b4f86b4f140c270219e67 Mon Sep 17 00:00:00 2001 From: Stefan Marr Date: Thu, 3 Jul 2025 23:36:55 +0200 Subject: [PATCH] Update core-lib and add benchmarks to rebench.conf Signed-off-by: Stefan Marr --- core-lib | 2 +- rebench.conf | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/core-lib b/core-lib index e808008..7bf0413 160000 --- a/core-lib +++ b/core-lib @@ -1 +1 @@ -Subproject commit e808008d1cc182989a05d5e55e79c37a16868eaa +Subproject commit 7bf0413d9e90e0484f5bde24f44b654c3672da24 diff --git a/rebench.conf b/rebench.conf index 4271e59..933cfa4 100644 --- a/rebench.conf +++ b/rebench.conf @@ -53,6 +53,9 @@ benchmark_suites: - FieldLoop: {extra_args: 1} - WhileLoop: {extra_args: 10} - Mandelbrot: {extra_args: 30} + - IfNil: {extra_args: 4} + - Knapsack: {extra_args: 5} + - VectorBenchmark: {extra_args: 2} micro-somsom: gauge_adapter: RebenchLog