test: fix missing param in url benchmark

PR-URL: https://github.com/nodejs/node/pull/20125
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
Anatoli Papirovski 2018-04-18 12:44:19 +02:00
parent feba43c40e
commit e7913e450c
No known key found for this signature in database
GPG Key ID: 614E2E1ABEB4B2C0

View File

@ -18,5 +18,6 @@ runBenchmark('url',
'to=ascii',
'prop=href',
'n=1',
'param=one'
],
{ NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });