@@ -12,28 +12,37 @@ experiments:
1212 # Measurements
1313 # https://benchmarking.us1.prod.dog/trends?projectId=4&branch=master&trendsTab=per_scenario
1414 scenarios :
15+ # Note that thresholds there are choosen based the confidence interval with a 10% adjustment.
1516
1617 # Standard macrobenchmarks
18+ # https://benchmarking.us1.prod.dog/trends?projectId=4&branch=master&trendsTab=per_scenario&scenario=normal_operation%2Fonly-tracing&trendsType=scenario
1719 - name : normal_operation/only-tracing
1820 thresholds :
19- - agg_http_req_duration_p50 < 2.28 ms
20- - agg_http_req_duration_p99 < 7.45 ms
21+ - agg_http_req_duration_p50 < 2.36 ms
22+ - agg_http_req_duration_p99 < 7.89 ms
23+ # https://benchmarking.us1.prod.dog/trends?projectId=4&branch=master&trendsTab=per_scenario&scenario=normal_operation%2Fotel-latest&trendsType=scenario
2124 - name : normal_operation/otel-latest
2225 thresholds :
23- - agg_http_req_duration_p50 < 2.28 ms
24- - agg_http_req_duration_p99 < 9.00 ms
26+ - agg_http_req_duration_p50 < 2.34 ms
27+ - agg_http_req_duration_p99 < 9.50 ms
2528
29+ # https://benchmarking.us1.prod.dog/trends?projectId=4&branch=master&trendsTab=per_scenario&scenario=high_load%2Fonly-tracing&trendsType=scenario
2630 - name : high_load/only-tracing
2731 thresholds :
28- - throughput > 1400.0 op/s
32+ - throughput > 1100.0 op/s
33+ # https://benchmarking.us1.prod.dog/trends?projectId=4&branch=master&trendsTab=per_scenario&scenario=high_load%2Fotel-latest&trendsType=scenario
2934 - name : high_load/otel-latest
3035 thresholds :
31- - throughput > 1400 .0 op/s
36+ - throughput > 1100 .0 op/s
3237
3338 # 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
3442 - name : " startup:petclinic:(tracing|appsec|iast):GlobalTracer"
3543 thresholds :
36- - execution_time < 245 ms
44+ - execution_time < 260 ms
45+ # https://benchmarking.us1.prod.dog/trends?projectId=4&branch=master&trendsTab=per_scenario&scenario=startup%3Apetclinic%3Aprofiling%3AGlobalTracer&trendsType=scenario
3746 - name : " startup:petclinic:profiling:GlobalTracer"
3847 thresholds :
3948 - execution_time < 368 ms
0 commit comments