Skip to content

Commit ee587f3

Browse files
jeskewjoyeecheung
authored andcommitted
test: add tests of querystring benchmark
PR-URL: #16052 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
1 parent e14fd57 commit ee587f3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)