Skip to content

Commit c7d0b6a

Browse files
authored
ci: relax span-start-finish-traceid128 SLO (#14917)
## Description In PR #14773 we improved span start overhead and reduced the SLOs, but we may have been too aggressive with lowering the span-start-finish-traceid128 SLO. ## Testing <!-- Describe your testing strategy or note what tests are included --> ## Risks <!-- Note any risks associated with this change, or "None" if no risks --> ## Additional Notes <!-- Any other information that would be helpful for reviewers -->
1 parent 28fecf2 commit c7d0b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ experiments:
10671067
- max_rss_usage < 34.00 MB
10681068
- name: span-start-finish-traceid128
10691069
thresholds:
1070-
- execution_time < 56.00 ms
1070+
- execution_time < 57.00 ms
10711071
- max_rss_usage < 34.00 MB
10721072
- name: span-start-traceid128
10731073
thresholds:

0 commit comments

Comments
 (0)