Skip to content

Commit 616ae97

Browse files
committed
chore(ci): Tweak to recommended thresholds
See https://github.com/DataDog/dd-trace-java/pull/9068/files#r2210474360
1 parent 67435a9 commit 616ae97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ experiments:
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:
26-
- agg_http_req_duration_p50 < 2.34 ms
27-
- agg_http_req_duration_p99 < 9.50 ms
26+
- agg_http_req_duration_p50 < 2.5 ms
27+
- agg_http_req_duration_p99 < 10 ms
2828

2929
# https://benchmarking.us1.prod.dog/trends?projectId=4&branch=master&trendsTab=per_scenario&scenario=high_load%2Fonly-tracing&trendsType=scenario
3030
- name: high_load/only-tracing
@@ -41,8 +41,8 @@ experiments:
4141
# https://benchmarking.us1.prod.dog/trends?projectId=4&branch=master&trendsTab=per_scenario&scenario=startup%3Apetclinic%3Aiast%3AGlobalTracer&trendsType=scenario
4242
- name: "startup:petclinic:(tracing|appsec|iast):GlobalTracer"
4343
thresholds:
44-
- execution_time < 260 ms
44+
- execution_time < 280 ms
4545
# https://benchmarking.us1.prod.dog/trends?projectId=4&branch=master&trendsTab=per_scenario&scenario=startup%3Apetclinic%3Aprofiling%3AGlobalTracer&trendsType=scenario
4646
- name: "startup:petclinic:profiling:GlobalTracer"
4747
thresholds:
48-
- execution_time < 368 ms
48+
- execution_time < 420 ms

0 commit comments

Comments
 (0)