summaryrefslogtreecommitdiff
path: root/benchmark/misc/function_call/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/misc/function_call/index.js')
-rw-r--r--benchmark/misc/function_call/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/misc/function_call/index.js b/benchmark/misc/function_call/index.js
index e2e01b17fa..04f5627093 100644
--- a/benchmark/misc/function_call/index.js
+++ b/benchmark/misc/function_call/index.js
@@ -28,7 +28,7 @@ assert(js() === cxx());
var bench = common.createBenchmark(main, {
type: ['js', 'cxx'],
- millions: [1,10,50]
+ millions: [1, 10, 50]
});
function main(conf) {