Skip to content

Commit

Permalink
More stable timings for TestExecutionStatsScenarioIter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Mirić committed Apr 23, 2021
1 parent 6de6bf3 commit 7d41b47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/local/local_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1501,13 +1501,13 @@ func TestExecutionStatsScenarioIter(t *testing.T) {
carr: {
executor: 'constant-arrival-rate',
exec: 'carr',
rate: 10,
timeUnit: '1s',
rate: 9,
timeUnit: '0.95s',
duration: '1s',
preAllocatedVUs: 2,
maxVUs: 10,
startTime: '2s',
gracefulStop: '0s',
gracefulStop: '100ms',
},
},
};
Expand Down

0 comments on commit 7d41b47

Please sign in to comment.