Skip to content

Commit d5ddb86

Browse files
committed
Remove threshold from migration guide
1 parent 8e7dc38 commit d5ddb86

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/data/markdown/translated-guides/en/03 Using k6 browser/04 Migrating to k6 v0-46.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ export const options = {
7070
},
7171
},
7272
},
73-
},
74-
thresholds: {
75-
checks: ["rate==1.0"]
7673
}
7774
}
7875

@@ -170,9 +167,6 @@ export const options = {
170167
},
171168
},
172169
},
173-
},
174-
thresholds: {
175-
checks: ["rate==1.0"]
176170
}
177171
}
178172
```

0 commit comments

Comments
 (0)