Skip to content

Commit

Permalink
test: fix missing param in url benchmark
Browse files Browse the repository at this point in the history
PR-URL: #20125
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
apapirovski authored and jasnell committed Apr 23, 2018
1 parent 77dc257 commit 26a0a46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parallel/test-benchmark-url.js
Expand Up @@ -18,5 +18,6 @@ runBenchmark('url',
'to=ascii',
'prop=href',
'n=1',
'param=one'
],
{ NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });

0 comments on commit 26a0a46

Please sign in to comment.