Skip to content

Commit 26a0a46

Browse files
apapirovskijasnell
authored andcommitted
test: fix missing param in url benchmark
PR-URL: #20125 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 77dc257 commit 26a0a46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-benchmark-url.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ runBenchmark('url',
1818
'to=ascii',
1919
'prop=href',
2020
'n=1',
21+
'param=one'
2122
],
2223
{ NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });

0 commit comments

Comments
 (0)