From d2ceca87d2577652a3b238b6f41164a4a383b014 Mon Sep 17 00:00:00 2001 From: Ruben Ayrapetyan Date: Mon, 13 Oct 2014 19:09:09 +0400 Subject: [PATCH] Enabling jerry/sunspider/controlflow-recursive and jerry/sunspider/math-spectral-norm benchmarks. --- tools/run_benchmarks.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/run_benchmarks.sh b/tools/run_benchmarks.sh index e3dd32cf4..bafbf41b2 100755 --- a/tools/run_benchmarks.sh +++ b/tools/run_benchmarks.sh @@ -27,10 +27,10 @@ echo "Running Sunspider:" run jerry/sunspider/bitops-3bit-bits-in-byte run jerry/sunspider/bitops-bits-in-byte run jerry/sunspider/bitops-bitwise-and -#run jerry/sunspider/controlflow-recursive # work under mem-stats +run jerry/sunspider/controlflow-recursive run jerry/sunspider/math-cordic run jerry/sunspider/math-partial-sums -#run jerry/sunspider/math-spectral-norm # fix +run jerry/sunspider/math-spectral-norm echo "Running Jerry:" run jerry/cse