[Test Package Versions Bump] Updating package versions#8481
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8481) 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 (8481) - mean (74ms) : 70, 78
master - mean (74ms) : 70, 77
section Bailout
This PR (8481) - mean (78ms) : 74, 81
master - mean (79ms) : 74, 83
section CallTarget+Inlining+NGEN
This PR (8481) - mean (1,081ms) : 1014, 1148
master - mean (1,075ms) : 1032, 1118
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 (8481) - mean (117ms) : 110, 123
master - mean (116ms) : 110, 121
section Bailout
This PR (8481) - mean (115ms) : 111, 118
master - mean (116ms) : 112, 121
section CallTarget+Inlining+NGEN
This PR (8481) - mean (793ms) : 770, 817
master - mean (789ms) : 767, 811
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8481) - mean (102ms) : 96, 109
master - mean (102ms) : 98, 107
section Bailout
This PR (8481) - mean (103ms) : 98, 108
master - mean (101ms) : 99, 104
section CallTarget+Inlining+NGEN
This PR (8481) - mean (937ms) : 904, 970
master - mean (940ms) : 905, 975
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8481) - mean (99ms) : 95, 103
master - mean (100ms) : 96, 104
section Bailout
This PR (8481) - mean (103ms) : 98, 108
master - mean (100ms) : 97, 103
section CallTarget+Inlining+NGEN
This PR (8481) - mean (828ms) : 781, 876
master - mean (825ms) : 786, 865
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 (8481) - mean (191ms) : 186, 197
master - mean (191ms) : 188, 194
section Bailout
This PR (8481) - mean (194ms) : 192, 196
master - mean (194ms) : 193, 196
section CallTarget+Inlining+NGEN
This PR (8481) - mean (1,149ms) : 1105, 1193
master - mean (1,148ms) : 1107, 1189
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 (8481) - mean (273ms) : 269, 277
master - mean (273ms) : 269, 276
section Bailout
This PR (8481) - mean (274ms) : 271, 277
master - mean (273ms) : 271, 276
section CallTarget+Inlining+NGEN
This PR (8481) - mean (931ms) : 905, 957
master - mean (928ms) : 906, 951
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8481) - mean (268ms) : 264, 271
master - mean (267ms) : 262, 272
section Bailout
This PR (8481) - mean (268ms) : 265, 271
master - mean (266ms) : 264, 269
section CallTarget+Inlining+NGEN
This PR (8481) - mean (1,132ms) : 1065, 1199
master - mean (1,137ms) : 1090, 1183
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8481) - mean (266ms) : 261, 270
master - mean (264ms) : 260, 268
section Bailout
This PR (8481) - mean (266ms) : 263, 268
master - mean (265ms) : 262, 268
section CallTarget+Inlining+NGEN
This PR (8481) - mean (1,020ms) : 980, 1060
master - mean (1,019ms) : 972, 1066
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BenchmarksBenchmark execution time: 2026-04-20 14:06:58 Comparing candidate commit f9569f8 in PR branch Found 0 performance improvements and 1 performance regressions! Performance is the same for 26 metrics, 0 unstable metrics, 87 known flaky benchmarks.
|
Updates the package versions for integration tests.