Merged
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (7881) 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 (7881) - mean (76ms) : 72, 80
master - mean (75ms) : 70, 81
section Bailout
This PR (7881) - mean (80ms) : 75, 84
master - mean (81ms) : 74, 87
section CallTarget+Inlining+NGEN
This PR (7881) - mean (1,064ms) : 1008, 1120
master - mean (1,062ms) : 1003, 1121
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 (7881) - mean (118ms) : 112, 123
master - mean (118ms) : 111, 125
section Bailout
This PR (7881) - mean (119ms) : 113, 126
master - mean (119ms) : 112, 126
section CallTarget+Inlining+NGEN
This PR (7881) - mean (759ms) : 710, 808
master - mean (762ms) : 726, 799
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7881) - mean (104ms) : 97, 112
master - mean (107ms) : 100, 114
section Bailout
This PR (7881) - mean (106ms) : 100, 112
master - mean (106ms) : 100, 112
section CallTarget+Inlining+NGEN
This PR (7881) - mean (705ms) : 679, 731
master - mean (708ms) : 676, 741
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7881) - mean (103ms) : 98, 108
master - mean (103ms) : 98, 108
section Bailout
This PR (7881) - mean (105ms) : 98, 112
master - mean (105ms) : 100, 110
section CallTarget+Inlining+NGEN
This PR (7881) - mean (681ms) : 653, 710
master - mean (685ms) : 655, 714
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 (7881) - mean (193ms) : 187, 199
master - mean (192ms) : 186, 197
section Bailout
This PR (7881) - mean (195ms) : 193, 198
master - mean (195ms) : 192, 197
section CallTarget+Inlining+NGEN
This PR (7881) - mean (1,116ms) : 1055, 1178
master - mean (1,113ms) : 1051, 1175
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 (7881) - mean (275ms) : 271, 279
master - mean (276ms) : 271, 281
section Bailout
This PR (7881) - mean (276ms) : 273, 280
master - mean (276ms) : 272, 280
section CallTarget+Inlining+NGEN
This PR (7881) - mean (903ms) : 866, 939
master - mean (904ms) : 852, 957
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7881) - mean (269ms) : 264, 274
master - mean (268ms) : 263, 274
section Bailout
This PR (7881) - mean (269ms) : 265, 274
master - mean (269ms) : 264, 273
section CallTarget+Inlining+NGEN
This PR (7881) - mean (877ms) : 843, 911
master - mean (876ms) : 837, 914
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7881) - mean (267ms) : 262, 273
master - mean (267ms) : 262, 273
section Bailout
This PR (7881) - mean (267ms) : 264, 271
master - mean (268ms) : 264, 272
section CallTarget+Inlining+NGEN
This PR (7881) - mean (822ms) : 801, 844
master - mean (823ms) : 801, 845
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lucaspimentel
approved these changes
Dec 1, 2025
bouwkast
approved these changes
Dec 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of changes
Removes .NET 8 from the standard test matrix for PRs
Reason for change
We recently added .NET 10 to the standard test matrix for PRs. As running more tests means more chance of flake, we agreed that removing .NET 8 to bring us back to the same level of testing makes sense.
Also, to be clear, we still run the full suite of TFMs (.NET Core 3.0+) on
master. We also run the full suite of TFMs on PRs if there are "risky" modifications (modifications to integrations), or if therun_all_test_frameworksvariable is set.Implementation details
Removed .NET 8 from the "on PRs" frameworks
Test coverage
Technically the same coverage, but a bit less comprehensive on PRs