Skip to content

Commit 30d84cc

Browse files
Fix yaml syntax for threshold with warning_range (#383)
1 parent 8640cc5 commit 30d84cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab/bp-runner.fail-on-breach.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ experiments:
1313
- throughput > 3700 op/s
1414
- name: normal_operation/only-tracing
1515
thresholds:
16-
- agg_http_req_duration_p50 < 0.116 ms
16+
- threshold: agg_http_req_duration_p50 < 0.116 ms
1717
warning_range: 2

0 commit comments

Comments
 (0)