Skip to content

Commit

Permalink
fixed benchmark time setting
Browse files Browse the repository at this point in the history
  • Loading branch information
fed135 committed Mar 27, 2020
1 parent bb4243f commit ce6d1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/benchmarks/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
transport: 'tcp',
port: 3001,
routine: ['dynamic', { hz: 200 }],
testDuration: 1000 * 1,
testDuration: 1000 * 10,
testPayload: { foo: 'bar' },
testChannel: 'test',
framing: null,
Expand Down

0 comments on commit ce6d1af

Please sign in to comment.