Skip to content

Commit

Permalink
Remove "stage doesn't have a target" k6 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb committed Mar 23, 2019
1 parent b4849c4 commit 21f195a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as http from 'k6/http'
export const options = {
stages: [
{ duration: '10s', target: 100 },
{ duration: '5s' },
{ duration: '5s', target: 100 },
{ duration: '5s', target: 0 }
],
thresholds: {
Expand Down

0 comments on commit 21f195a

Please sign in to comment.