From 90a8e86bbe88dbd6190bc77258d573c6beb0e4f7 Mon Sep 17 00:00:00 2001 From: "e.gavrin" Date: Mon, 21 Jul 2014 17:56:23 +0400 Subject: [PATCH] fixes --- benchmarks/jerry/function_loop.js | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/jerry/function_loop.js b/benchmarks/jerry/function_loop.js index da7001de6..76f3082ac 100644 --- a/benchmarks/jerry/function_loop.js +++ b/benchmarks/jerry/function_loop.js @@ -14,6 +14,7 @@ var x = 7; var y = 3; +var count = 1000000; function cse_opt(x, y) {