Skip to content

Commit ce6d1af

Browse files
committed
fixed benchmark time setting
1 parent bb4243f commit ce6d1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/benchmarks/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
transport: 'tcp',
33
port: 3001,
44
routine: ['dynamic', { hz: 200 }],
5-
testDuration: 1000 * 1,
5+
testDuration: 1000 * 10,
66
testPayload: { foo: 'bar' },
77
testChannel: 'test',
88
framing: null,

0 commit comments

Comments
 (0)