From 4837a724d62204c57202b05e5679c14acb12fb32 Mon Sep 17 00:00:00 2001 From: Stefan Marr Date: Fri, 4 Jul 2025 15:37:40 +0200 Subject: [PATCH] Update core-lib and add benchmarks to rebench.conf Signed-off-by: Stefan Marr --- core-lib | 2 +- rebench.conf | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/core-lib b/core-lib index 1daeec7..7bf0413 160000 --- a/core-lib +++ b/core-lib @@ -1 +1 @@ -Subproject commit 1daeec77f16e0bf5ed119466fa91cf24e17b9cde +Subproject commit 7bf0413d9e90e0484f5bde24f44b654c3672da24 diff --git a/rebench.conf b/rebench.conf index 68e6ce9..6c46ee8 100644 --- a/rebench.conf +++ b/rebench.conf @@ -54,6 +54,8 @@ benchmark_suites: - WhileLoop: {extra_args: 10} - Mandelbrot: {extra_args: 30} - IfNil: {extra_args: 10} + - Knapsack: {extra_args: 2} + - VectorBenchmark: {extra_args: 1} interpreter: description: Basic interpreter benchmarks for comparing performance of most basic concepts.