Anna/attempt repro apms 19196#8434
Anna/attempt repro apms 19196#8434anna-git wants to merge 4 commits intosteven/attempt-fix-invalid-program-exceptionfrom
Conversation
cc92a7e to
63d2470
Compare
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8434) 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 (8434) - mean (78ms) : 76, 81
master - mean (78ms) : 75, 81
section Bailout
This PR (8434) - mean (83ms) : 80, 86
master - mean (82ms) : 79, 86
section CallTarget+Inlining+NGEN
This PR (8434) - mean (1,134ms) : 1097, 1171
master - mean (1,130ms) : 1086, 1173
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 (8434) - mean (123ms) : 117, 129
master - mean (122ms) : 118, 126
section Bailout
This PR (8434) - mean (124ms) : 121, 128
master - mean (124ms) : 120, 128
section CallTarget+Inlining+NGEN
This PR (8434) - mean (835ms) : 807, 863
master - mean (833ms) : 814, 852
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8434) - mean (108ms) : 104, 112
master - mean (108ms) : 104, 112
section Bailout
This PR (8434) - mean (108ms) : 104, 112
master - mean (110ms) : 106, 113
section CallTarget+Inlining+NGEN
This PR (8434) - mean (975ms) : 923, 1027
master - mean (968ms) : 928, 1007
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8434) - mean (107ms) : 103, 112
master - mean (107ms) : 104, 111
section Bailout
This PR (8434) - mean (108ms) : 105, 112
master - mean (109ms) : 106, 112
section CallTarget+Inlining+NGEN
This PR (8434) - mean (858ms) : 811, 906
master - mean (854ms) : 817, 891
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 (8434) - mean (192ms) : 190, 195
master - mean (209ms) : 200, 218
section Bailout
This PR (8434) - mean (196ms) : 194, 198
master - mean (211ms) : 199, 223
section CallTarget+Inlining+NGEN
This PR (8434) - mean (1,147ms) : 1088, 1205
master - mean (1,199ms) : 1129, 1269
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 (8434) - mean (276ms) : 272, 280
master - mean (299ms) : 281, 316
section Bailout
This PR (8434) - mean (277ms) : 273, 281
master - mean (296ms) : 281, 311
section CallTarget+Inlining+NGEN
This PR (8434) - mean (928ms) : 905, 950
master - mean (976ms) : 929, 1024
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8434) - mean (270ms) : 266, 274
master - mean (287ms) : 269, 305
section Bailout
This PR (8434) - mean (270ms) : 267, 273
master - mean (294ms) : 282, 305
section CallTarget+Inlining+NGEN
This PR (8434) - mean (1,143ms) : 1109, 1176
master - mean (1,171ms) : 1129, 1212
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8434) - mean (272ms) : 268, 277
master - mean (287ms) : 273, 302
section Bailout
This PR (8434) - mean (273ms) : 267, 280
master - mean (288ms) : 274, 301
section CallTarget+Inlining+NGEN
This PR (8434) - mean (1,030ms) : 993, 1067
master - mean (1,061ms) : 983, 1139
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BenchmarksBenchmark execution time: 2026-04-09 20:13:40 Comparing candidate commit 82cc4cf in PR branch Found 32 performance improvements and 40 performance regressions! Performance is the same for 210 metrics, 6 unstable metrics.
|
51f7c92 to
82cc4cf
Compare
Summary of changes
Repro case for #8428
Reason for change
Implementation details
Test coverage
Other details