Add StartDependencies.Profiler to docker-compose.yml#8792
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8792) 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 (8792) - mean (73ms) : 71, 74
master - mean (74ms) : 71, 77
section Bailout
This PR (8792) - mean (77ms) : 75, 80
master - mean (78ms) : 74, 81
section CallTarget+Inlining+NGEN
This PR (8792) - mean (1,101ms) : 1059, 1142
master - mean (1,091ms) : 1044, 1137
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 (8792) - mean (114ms) : 111, 117
master - mean (116ms) : 110, 122
section Bailout
This PR (8792) - mean (117ms) : 113, 121
master - mean (114ms) : 111, 117
section CallTarget+Inlining+NGEN
This PR (8792) - mean (790ms) : 768, 812
master - mean (791ms) : 769, 813
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8792) - mean (101ms) : 97, 104
master - mean (102ms) : 98, 107
section Bailout
This PR (8792) - mean (103ms) : 100, 105
master - mean (103ms) : 99, 107
section CallTarget+Inlining+NGEN
This PR (8792) - mean (948ms) : 904, 991
master - mean (945ms) : 907, 983
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8792) - mean (101ms) : 98, 105
master - mean (99ms) : 96, 102
section Bailout
This PR (8792) - mean (101ms) : 99, 103
master - mean (100ms) : 97, 102
section CallTarget+Inlining+NGEN
This PR (8792) - mean (824ms) : 778, 870
master - mean (820ms) : 783, 856
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 (8792) - mean (200ms) : 194, 206
master - mean (198ms) : 193, 202
section Bailout
This PR (8792) - mean (204ms) : 200, 207
master - mean (202ms) : 198, 206
section CallTarget+Inlining+NGEN
This PR (8792) - mean (1,195ms) : 1147, 1243
master - mean (1,191ms) : 1155, 1227
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 (8792) - mean (284ms) : 277, 291
master - mean (283ms) : 276, 290
section Bailout
This PR (8792) - mean (286ms) : 280, 292
master - mean (283ms) : 278, 289
section CallTarget+Inlining+NGEN
This PR (8792) - mean (956ms) : 936, 976
master - mean (955ms) : 934, 976
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8792) - mean (280ms) : 273, 286
master - mean (277ms) : 272, 283
section Bailout
This PR (8792) - mean (279ms) : 273, 285
master - mean (277ms) : 272, 283
section CallTarget+Inlining+NGEN
This PR (8792) - mean (1,156ms) : 1121, 1192
master - mean (1,153ms) : 1114, 1192
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8792) - mean (274ms) : 266, 283
master - mean (275ms) : 269, 280
section Bailout
This PR (8792) - mean (278ms) : 270, 285
master - mean (276ms) : 270, 281
section CallTarget+Inlining+NGEN
This PR (8792) - mean (1,039ms) : 990, 1087
master - mean (1,036ms) : 989, 1082
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BenchmarksBenchmark execution time: 2026-06-16 08:59:10 Comparing candidate commit 7c94597 in PR branch Found 0 performance improvements and 2 performance regressions! Performance is the same for 70 metrics, 0 unstable metrics, 59 known flaky benchmarks, 67 flaky benchmarks without significant changes.
|
Summary of changes
StartDependencies.Profilerto pipeline to ensure openldap is running before starting profiler testsReason for change
Currently we're re-pulling
openldapevery time the pipeline runs, which can introduce flakeImplementation details
Copy the same pattern as we use for tracing dependencies
Test coverage
Other details
I'll update the VM building docs to make sure we pull these dependencies too