Skip to content

Commit 1d49f1b

Browse files
fix yaml syntax for threshold with warning_range
1 parent 9239ecc commit 1d49f1b

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+
- expression: agg_http_req_duration_p50 < 0.116 ms
1717
warning_range: 2

0 commit comments

Comments
 (0)