Merged
Conversation
lucaspimentel
approved these changes
Nov 5, 2025
This comment has been minimized.
This comment has been minimized.
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (7784) 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 (7784) - mean (69ms) : 67, 71
master - mean (69ms) : 67, 71
section Bailout
This PR (7784) - mean (73ms) : 71, 74
master - mean (73ms) : 71, 75
section CallTarget+Inlining+NGEN
This PR (7784) - mean (1,112ms) : 985, 1239
master - mean (1,052ms) : 1013, 1091
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 (7784) - mean (111ms) : 106, 117
master - mean (108ms) : 105, 110
section Bailout
This PR (7784) - mean (109ms) : 107, 111
master - mean (109ms) : 107, 111
section CallTarget+Inlining+NGEN
This PR (7784) - mean (762ms) : 735, 790
master - mean (763ms) : 723, 804
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7784) - mean (96ms) : 94, 98
master - mean (95ms) : 93, 97
section Bailout
This PR (7784) - mean (97ms) : 95, 99
master - mean (96ms) : 93, 98
section CallTarget+Inlining+NGEN
This PR (7784) - mean (707ms) : 678, 737
master - mean (717ms) : 676, 758
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7784) - mean (94ms) : 91, 96
master - mean (94ms) : 91, 97
section Bailout
This PR (7784) - mean (95ms) : 93, 97
master - mean (95ms) : 92, 97
section CallTarget+Inlining+NGEN
This PR (7784) - mean (670ms) : 648, 692
master - mean (670ms) : 652, 687
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 (7784) - mean (194ms) : 189, 198
master - mean (195ms) : 188, 203
section Bailout
This PR (7784) - mean (198ms) : 193, 204
master - mean (198ms) : 194, 201
section CallTarget+Inlining+NGEN
This PR (7784) - mean (1,171ms) : 1109, 1233
master - mean (1,171ms) : 1117, 1226
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 (7784) - mean (278ms) : 272, 283
master - mean (281ms) : 269, 292
section Bailout
This PR (7784) - mean (278ms) : 274, 283
master - mean (282ms) : 272, 292
section CallTarget+Inlining+NGEN
This PR (7784) - mean (953ms) : 903, 1003
master - mean (961ms) : 916, 1007
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7784) - mean (270ms) : 265, 274
master - mean (270ms) : 266, 274
section Bailout
This PR (7784) - mean (269ms) : 266, 273
master - mean (278ms) : 262, 294
section CallTarget+Inlining+NGEN
This PR (7784) - mean (929ms) : 868, 989
master - mean (938ms) : 881, 996
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7784) - mean (270ms) : 265, 274
master - mean (270ms) : 264, 276
section Bailout
This PR (7784) - mean (270ms) : 266, 274
master - mean (272ms) : 265, 278
section CallTarget+Inlining+NGEN
This PR (7784) - mean (853ms) : 834, 872
master - mean (868ms) : 844, 892
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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
Reason for change
Filtervariable it gets ignored in linux integration testsImplementation details
Fix it
Test coverage
Meh