[CI] Point serverless-tools trigger at main to fix monitoring-home path#8726
Conversation
main to fix monitoring-home path
BenchmarksBenchmark execution time: 2026-06-02 10:13:44 Comparing candidate commit 9419d58 in PR branch Found 0 performance improvements and 2 performance regressions! Performance is the same for 70 metrics, 0 unstable metrics, 61 known flaky benchmarks, 65 flaky benchmarks without significant changes.
|
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8726) and master. ✅ No regressions detected - check the details below Full Metrics ComparisonFakeDbCommand
HttpMessageHandler
Comparison explanationExecution-time benchmarks measure the whole time it takes to execute a program, and are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are highlighted in **red**. The following thresholds were used for comparing the execution times:
Note that these results are based on a single point-in-time result for each branch. For full results, see the dashboard. Graphs show the p99 interval based on the mean and StdDev of the test run, as well as the mean value of the run (shown as a diamond below the graph). Duration chartsFakeDbCommand (.NET Framework 4.8)gantt
title Execution time (ms) FakeDbCommand (.NET Framework 4.8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8726) - mean (73ms) : 71, 76
master - mean (73ms) : 71, 75
section Bailout
This PR (8726) - mean (80ms) : 76, 84
master - mean (78ms) : 75, 82
section CallTarget+Inlining+NGEN
This PR (8726) - mean (1,118ms) : 1054, 1183
master - mean (1,110ms) : 1052, 1168
FakeDbCommand (.NET Core 3.1)gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8726) - mean (117ms) : 110, 125
master - mean (116ms) : 110, 122
section Bailout
This PR (8726) - mean (115ms) : 112, 119
master - mean (119ms) : 112, 125
section CallTarget+Inlining+NGEN
This PR (8726) - mean (794ms) : 772, 815
master - mean (789ms) : 764, 814
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8726) - mean (101ms) : 98, 105
master - mean (104ms) : 98, 110
section Bailout
This PR (8726) - mean (104ms) : 99, 109
master - mean (103ms) : 101, 105
section CallTarget+Inlining+NGEN
This PR (8726) - mean (950ms) : 917, 984
master - mean (949ms) : 912, 986
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8726) - mean (100ms) : 95, 106
master - mean (101ms) : 97, 104
section Bailout
This PR (8726) - mean (100ms) : 98, 103
master - mean (105ms) : 100, 110
section CallTarget+Inlining+NGEN
This PR (8726) - mean (824ms) : 793, 855
master - mean (824ms) : 791, 857
HttpMessageHandler (.NET Framework 4.8)gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8726) - mean (196ms) : 190, 201
master - mean (199ms) : 194, 203
section Bailout
This PR (8726) - mean (200ms) : 195, 205
master - mean (204ms) : 200, 207
section CallTarget+Inlining+NGEN
This PR (8726) - mean (1,184ms) : 1143, 1225
master - mean (1,200ms) : 1162, 1238
HttpMessageHandler (.NET Core 3.1)gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8726) - mean (283ms) : 277, 289
master - mean (287ms) : 279, 295
section Bailout
This PR (8726) - mean (283ms) : 278, 289
master - mean (288ms) : 282, 294
section CallTarget+Inlining+NGEN
This PR (8726) - mean (954ms) : 933, 974
master - mean (965ms) : 947, 983
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8726) - mean (276ms) : 269, 283
master - mean (278ms) : 273, 282
section Bailout
This PR (8726) - mean (274ms) : 269, 279
master - mean (277ms) : 274, 281
section CallTarget+Inlining+NGEN
This PR (8726) - mean (1,153ms) : 1112, 1195
master - mean (1,153ms) : 1111, 1194
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8726) - mean (274ms) : 264, 283
master - mean (276ms) : 268, 284
section Bailout
This PR (8726) - mean (273ms) : 267, 280
master - mean (276ms) : 271, 281
section CallTarget+Inlining+NGEN
This PR (8726) - mean (1,031ms) : 987, 1075
master - mean (1,035ms) : 998, 1072
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
@
Summary of changes
Change
SLS_CI_BRANCHin.gitlab-ci.ymlfrom thev1.3.0tag tomainfor thebenchmark-serverless-triggerdownstream pipeline.Reason for change
The serverless benchmark trigger pins
serverless-toolsto tagv1.3.0, whose.gitlab/setup.shcopies the tracer home from the old./shared/bin/monitoring-homelocation. That output was relocated to./artifacts/monitoring-home(#8681), so the downstream job fails withcp: cannot stat ./shared/bin/monitoring-home: No such file or directoryeven though the tracer build succeeds.serverless-toolsalready fixed this onmain(commit110e5dd, "Fix path used by .NET artifacts"), but no tag containing the fix has been released yet —v1.3.0is still the latest tag.Implementation details
SLS_CI_BRANCH: v1.3.0→SLS_CI_BRANCH: main.serverless-toolstip rather than a pinned release. Onceserverless-toolscuts a new tag (e.g.v1.3.1) that includes the fix, this should be pointed back at that tag.Test coverage
Other details