| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 89d31ee commit 7d3a843
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,8 +4,9 @@ require('../common'); | |||
| 4 | 4 | ||
| 5 | 5 | const runBenchmark = require('../common/benchmark'); | |
| 6 | 6 | ||
| 7 | - runBenchmark('querystring', [ | ||
| 8 | - 'n=1', | ||
| 9 | - 'input="there is nothing to unescape here"', | ||
| 10 | - 'type=noencode' | ||
| 11 | - ]); | ||
| 7 | + runBenchmark('querystring', | ||
| 8 | + [ 'n=1', | ||
| 9 | + 'input="there is nothing to unescape here"', | ||
| 10 | + 'type=noencode' | ||
| 11 | + ], | ||
| 12 | + { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 }); | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments