Skip to content

Commit 77dc257

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-benchmark-domain.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ require('../common');
44

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

7-
runBenchmark('domain', ['n=1', 'arguments=0']);
7+
runBenchmark('domain', ['n=1', 'args=0']);

0 commit comments

Comments
 (0)