summaryrefslogtreecommitdiff
path: root/test/benchmark/test-benchmark-querystring.js
blob: 77d0ac99ff97d8b2c2eef46bfc648f0abaee92fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
'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 });