★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/6c041638c3Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
test: fix missing param in benchmark-timers
PR-URL: #18734
Fixes: #18730
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
  • Loading branch information
apapirovski authored and MylesBorins committed Feb 21, 2018
1 parent 3362ae7 commit 6c041638c3d38fec644db026ecff34a6135a22d9
Showing with 1 addition and 0 deletions.
  1. +1 −0 test/parallel/test-benchmark-timers.js
@@ -7,6 +7,7 @@ const runBenchmark = require('../common/benchmark');
runBenchmark('timers',
[
'type=depth',
'n=1',
'millions=0.000001',
'thousands=0.001'
],

0 comments on commit 6c04163

Please sign in to comment.