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.