summaryrefslogtreecommitdiff
path: root/benchmark/crypto/get-ciphers.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/crypto/get-ciphers.js')
-rw-r--r--benchmark/crypto/get-ciphers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/crypto/get-ciphers.js b/benchmark/crypto/get-ciphers.js
index f6b1767cb4..3f5ad17ad3 100644
--- a/benchmark/crypto/get-ciphers.js
+++ b/benchmark/crypto/get-ciphers.js
@@ -18,6 +18,6 @@ function main(conf) {
method();
}
bench.start();
- for (; i < n; i++) method();
+ for (i = 0; i < n; i++) method();
bench.end(n);
}