summaryrefslogtreecommitdiff
path: root/benchmark/timers/timers-timeout-unpooled.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/timers/timers-timeout-unpooled.js')
-rw-r--r--benchmark/timers/timers-timeout-unpooled.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/timers/timers-timeout-unpooled.js b/benchmark/timers/timers-timeout-unpooled.js
index 19f0f6a4af..fecb73a360 100644
--- a/benchmark/timers/timers-timeout-unpooled.js
+++ b/benchmark/timers/timers-timeout-unpooled.js
@@ -20,6 +20,7 @@ function main({ n }) {
if (count === n)
bench.end(n);
}
+
function cb2() {
count++;
if (count === n)