Skip to content

Commit 98f9a31

Browse files
committed
chore(ci): Another tweak to recommended thresholds
See https://github.com/DataDog/dd-trace-java/pull/9068/files#r2210474360
1 parent 0708dfb commit 98f9a31

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
@@ -18,8 +18,8 @@ experiments:
1818
# https://benchmarking.us1.prod.dog/trends?projectId=4&branch=master&trendsTab=per_scenario&scenario=normal_operation%2Fonly-tracing&trendsType=scenario
1919
- name: normal_operation/only-tracing
2020
thresholds:
21-
- agg_http_req_duration_p50 < 2.36 ms
22-
- agg_http_req_duration_p99 < 7.89 ms
21+
- agg_http_req_duration_p50 < 2.6 ms
22+
- agg_http_req_duration_p99 < 8.5 ms
2323
# https://benchmarking.us1.prod.dog/trends?projectId=4&branch=master&trendsTab=per_scenario&scenario=normal_operation%2Fotel-latest&trendsType=scenario
2424
- name: normal_operation/otel-latest
2525
thresholds:

0 commit comments

Comments
 (0)