Skip to content

Commit

Permalink
test: add tests of querystring benchmark
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node#16052
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
  • Loading branch information
jeskew authored and addaleax committed Oct 11, 2017
1 parent 66e1b11 commit 118f46a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/parallel/test-benchmark-querystring.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
'use strict';

require('../common');

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

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

0 comments on commit 118f46a

Please sign in to comment.