Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/arrays/var-int.js')
-rw-r--r--benchmark/arrays/var-int.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/arrays/var-int.js b/benchmark/arrays/var-int.js
index 47a7e62dc76..4f9010aabc0 100644
--- a/benchmark/arrays/var-int.js
+++ b/benchmark/arrays/var-int.js
@@ -1,3 +1,4 @@
+'use strict';
var common = require('../common.js');
var bench = common.createBenchmark(main, {
type: 'Array Buffer Int8Array Uint8Array Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array'.split(' '),