summaryrefslogtreecommitdiff
path: root/test/parallel/test-benchmark-querystring.js
blob: 9daa165bf82a09e3bf59371aa3cf4bcbcdbd8f2a (plain)
1
2
3
4
5
6
7
8
9
10
11
'use strict';

require('../common');

const runBenchmark = require('../common/benchmark');

runBenchmark('querystring', [
  'n=1',
  'input="there is nothing to unescape here"',
  'type=noencode'
]);