File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
src/data/markdown/docs/05 Examples/01 Examples Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,6 @@ import http from 'k6/http';
32
32
import { check , group , fail } from ' k6' ;
33
33
34
34
export const options = {
35
- thresholds: {
36
- checks: [{
37
- threshold: ' rate == 1.00' , abortOnFail: true ,
38
- }],
39
- ' http_req_duration' : [' p(90)<25000' , ' p(95)<30000' ],
40
- ' http_req_duration{name:Create}' : [' avg<15000' , ' max<25000' ],
41
- },
42
- // for the example, let's run only 1 VU with 1 iteration
43
35
vus: 1 ,
44
36
iterations: 1
45
37
};
@@ -159,13 +151,6 @@ import { Httpx } from 'https://jslib.k6.io/httpx/0.1.0/index.js';
159
151
import { randomIntBetween , randomItem , randomString } from " https://jslib.k6.io/k6-utils/1.2.0/index.js" ;
160
152
161
153
export const options = {
162
- thresholds: {
163
- checks: [{
164
- threshold: ' rate == 1.00' , abortOnFail: true ,
165
- }],
166
- ' http_req_duration' : [' p(90)<25000' , ' p(95)<30000' ],
167
- ' http_req_duration{name:Create}' : [' avg<15000' , ' max<25000' ],
168
- },
169
154
// for the example, let's run only 1 VU with 1 iteration
170
155
vus: 1 ,
171
156
iterations: 1 ,
You can’t perform that action at this time.
0 commit comments