Skip to content

Commit 0b25422

Browse files
authored
ci: adjust performance gate warning to 1% for low stddev scenarios (#6626)
1 parent a073145 commit 0b25422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ experiments:
1212
- name: normal_operation/only-tracing
1313
thresholds:
1414
- threshold: agg_http_req_duration_p50 < 2 ms
15-
warning_range: 3
15+
warning_range: 1
1616
- agg_http_req_duration_p99 < 15 ms
1717
- name: normal_operation/only-tracing-with-runtime-metrics-enabled
1818
thresholds:
1919
- threshold: agg_http_req_duration_p50 < 2 ms
20-
warning_range: 3
20+
warning_range: 1
2121
- agg_http_req_duration_p99 < 16 ms
2222
- name: high_load/only-tracing
2323
thresholds:

0 commit comments

Comments
 (0)