File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/data/markdown/docs/40 xk6-disruptor/04 Examples Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -93,17 +93,17 @@ This test defines two [scenarios](https://k6.io/docs/using-k6/scenarios) to be e
93
93
preAllocatedVUs: 10 ,
94
94
maxVUs: 100 ,
95
95
exec: " default" ,
96
- startTime: ' 0s ' ,
96
+ startTime: " 0s " ,
97
97
duration: " 30s" ,
98
98
},
99
99
disrupt: {
100
100
executor: ' shared-iterations' ,
101
101
iterations: 1 ,
102
102
vus: 1 ,
103
103
exec: " disrupt" ,
104
- startTime: " 30s " ,
105
- }
106
- }
104
+ startTime: " 0s " ,
105
+ },
106
+ }
107
107
```
108
108
109
109
<Blockquote mod =" note " >
@@ -306,7 +306,7 @@ export const options = {
306
306
preAllocatedVUs: 10 ,
307
307
maxVUs: 100 ,
308
308
exec: " default" ,
309
- startTime: ' 0s ' ,
309
+ startTime: " 0s " ,
310
310
duration: " 30s" ,
311
311
},
312
312
disrupt: {
You can’t perform that action at this time.
0 commit comments