Skip to content

Commit e7913e4

Browse files
committed
test: fix missing param in url benchmark
PR-URL: #20125 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent feba43c commit e7913e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)