Skip to content

Commit 8c3e672

Browse files
apapirovskijasnell
authored andcommitted
test: use correct arg name in assert benchmark
PR-URL: #20125 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent f572927 commit 8c3e672

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

test/parallel/test-benchmark-assert.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,13 @@ require('../common');
88
const runBenchmark = require('../common/benchmark');
99

1010
runBenchmark(
11-
'assert', ['len=1', 'method=', 'n=1', 'prim=null', 'size=1', 'type=Int8Array']
11+
'assert',
12+
[
13+
'len=1',
14+
'method=',
15+
'n=1',
16+
'primitive=null',
17+
'size=1',
18+
'type=Int8Array'
19+
]
1220
);

0 commit comments

Comments
 (0)