Skip to content

Commit

Permalink
test: fix arg names in benchmark string_decoder
Browse files Browse the repository at this point in the history
PR-URL: #20125
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
apapirovski committed Apr 22, 2018
1 parent 6af4f5e commit f48ca9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/parallel/test-benchmark-string_decoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require('../common');

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

runBenchmark('string_decoder', ['chunk=16',
runBenchmark('string_decoder', ['chunkLen=16',
'encoding=utf8',
'inlen=32',
'inLen=32',
'n=1']);

0 comments on commit f48ca9c

Please sign in to comment.