Skip to content

Commit 5802e1e

Browse files
authored
Measure Agent.start for startup benchmarks (#10090)
1 parent 32c05de commit 5802e1e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ experiments:
3636
- throughput > 1100.0 op/s
3737

3838
# Startup macrobenchmarks
39-
# https://benchmarking.us1.prod.dog/trends?projectId=4&branch=master&trendsTab=per_scenario&scenario=startup%3Apetclinic%3Atracing%3AGlobalTracer&trendsType=scenario
40-
# https://benchmarking.us1.prod.dog/trends?projectId=4&branch=master&trendsTab=per_scenario&scenario=startup%3Apetclinic%3Aappsec%3AGlobalTracer&trendsType=scenario
41-
# https://benchmarking.us1.prod.dog/trends?projectId=4&branch=master&trendsTab=per_scenario&scenario=startup%3Apetclinic%3Aiast%3AGlobalTracer&trendsType=scenario
42-
- name: "startup:petclinic:(tracing|appsec|iast):GlobalTracer"
39+
# https://benchmarking.us1.prod.dog/trends?projectId=4&branch=master&trendsTab=per_scenario&scenario=startup%3Apetclinic%3Atracing%3AAgent.start&trendsType=scenario
40+
- name: "startup:petclinic:tracing:Agent.start"
4341
thresholds:
44-
- execution_time < 280 ms
45-
# https://benchmarking.us1.prod.dog/trends?projectId=4&branch=master&trendsTab=per_scenario&scenario=startup%3Apetclinic%3Aprofiling%3AGlobalTracer&trendsType=scenario
46-
- name: "startup:petclinic:profiling:GlobalTracer"
42+
- execution_time < 1120ms
43+
# https://benchmarking.us1.prod.dog/trends?projectId=4&branch=master&trendsTab=per_scenario&scenario=startup%3Apetclinic%3Aprofiling%3AAgent.start&trendsType=scenario
44+
# https://benchmarking.us1.prod.dog/trends?projectId=4&branch=master&trendsTab=per_scenario&scenario=startup%3Apetclinic%3Aappsec%3AAgent.start&trendsType=scenario
45+
# https://benchmarking.us1.prod.dog/trends?projectId=4&branch=master&trendsTab=per_scenario&scenario=startup%3Apetclinic%3Aiast%3AAgent.start&trendsType=scenario
46+
- name: "startup:petclinic:(profiling|appsec|iast):Agent.start"
4747
thresholds:
48-
- execution_time < 420 ms
48+
- execution_time < 1300 ms

0 commit comments

Comments
 (0)