We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e1b11 commit 118f46aCopy full SHA for 118f46a
test/parallel/test-benchmark-querystring.js
@@ -0,0 +1,11 @@
1
+'use strict';
2
+
3
+require('../common');
4
5
+const runBenchmark = require('../common/benchmark');
6
7
+runBenchmark('querystring', [
8
+ 'n=1',
9
+ 'input="there is nothing to unescape here"',
10
+ 'type=noencode'
11
+]);
0 commit comments