diff --git a/core-lib b/core-lib index ff07fc28..7bf0413d 160000 --- a/core-lib +++ b/core-lib @@ -1 +1 @@ -Subproject commit ff07fc28d6df3e5a9b2157167ee758af0759c613 +Subproject commit 7bf0413d9e90e0484f5bde24f44b654c3672da24 diff --git a/rebench.conf b/rebench.conf index 617bbd32..fbee5696 100644 --- a/rebench.conf +++ b/rebench.conf @@ -55,6 +55,8 @@ benchmark_suites: - WhileLoop: {extra_args: 100, tags: [yuria ]} - Mandelbrot: {extra_args: 100, tags: [yuria2]} - IfNil: {extra_args: 100, tags: [yuria3]} + - Knapsack: {extra_args: 21, tags: [yuria2]} + - VectorBenchmark: {extra_args: 10, tags: [yuria3]} # - Test: {invocations: 5, iterations: 1, tags: [yuria2]} - TestGC: {invocations: 5, iterations: 1, extra_args: 100, tags: [yuria2]}