mirror of https://github.com/lukechilds/node.git
Browse Source
PR-URL: https://github.com/nodejs/node/pull/16052 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>v9.x-staging
committed by
Joyee Cheung
1 changed files with 11 additions and 0 deletions
@ -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' |
|||
]); |
Loading…
Reference in new issue