Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/vee-eight-lkgr
/
.
/
test
/
parallel
/
test-benchmark-querystring.js
blob: 77d0ac99ff97d8b2c2eef46bfc648f0abaee92fb [
file
] [
log
] [
blame
] [
edit
]
'use strict'
;
require
(
'../common'
);
const
runBenchmark
=
require
(
'../common/benchmark'
);
runBenchmark
(
'querystring'
,
[
'n=1'
,
'input="there is nothing to unescape here"'
,
'type=noencode'
],
{
NODEJS_BENCHMARK_ZERO_ALLOWED
:
1
});