Skip to content

Commit

Permalink
test: use correct arg name in assert benchmark
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 authored and jasnell committed Apr 23, 2018
1 parent f572927 commit 8c3e672
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/parallel/test-benchmark-assert.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,13 @@ require('../common');
const runBenchmark = require('../common/benchmark');

runBenchmark(
'assert', ['len=1', 'method=', 'n=1', 'prim=null', 'size=1', 'type=Int8Array']
'assert',
[
'len=1',
'method=',
'n=1',
'primitive=null',
'size=1',
'type=Int8Array'
]
);

0 comments on commit 8c3e672

Please sign in to comment.