Skip to content

Commit ee587f3

Browse files
jeskewjoyeecheung
authored andcommitted
test: add tests of querystring benchmark
PR-URL: #16052 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
1 parent e14fd57 commit ee587f3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

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)