Closed
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8015) 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 (8015) - mean (69ms) : 67, 70
master - mean (69ms) : 67, 70
section Bailout
This PR (8015) - mean (72ms) : 71, 73
master - mean (72ms) : 71, 73
section CallTarget+Inlining+NGEN
This PR (8015) - mean (1,012ms) : 957, 1067
master - mean (1,008ms) : 970, 1047
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 (8015) - mean (107ms) : 104, 109
master - mean (107ms) : 103, 110
section Bailout
This PR (8015) - mean (107ms) : 106, 109
master - mean (107ms) : 106, 108
section CallTarget+Inlining+NGEN
This PR (8015) - mean (737ms) : 671, 803
master - mean (745ms) : 674, 815
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8015) - mean (94ms) : 92, 96
master - mean (94ms) : 92, 96
section Bailout
This PR (8015) - mean (95ms) : 94, 96
master - mean (95ms) : 93, 96
section CallTarget+Inlining+NGEN
This PR (8015) - mean (711ms) : 669, 752
master - mean (717ms) : 694, 741
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8015) - mean (92ms) : 90, 94
master - mean (92ms) : 90, 95
section Bailout
This PR (8015) - mean (93ms) : 91, 94
master - mean (94ms) : 93, 95
section CallTarget+Inlining+NGEN
This PR (8015) - mean (633ms) : 614, 651
master - mean (635ms) : 618, 651
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 (8015) - mean (194ms) : 190, 199
master - mean (196ms) : 190, 201
section Bailout
This PR (8015) - mean (198ms) : 193, 204
master - mean (199ms) : 194, 204
section CallTarget+Inlining+NGEN
This PR (8015) - mean (1,122ms) : 1059, 1186
master - mean (1,141ms) : 1060, 1222
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 (8015) - mean (277ms) : 271, 283
master - mean (283ms) : 271, 295
section Bailout
This PR (8015) - mean (279ms) : 274, 284
master - mean (286ms) : 274, 298
section CallTarget+Inlining+NGEN
This PR (8015) - mean (935ms) : 898, 971
master - mean (935ms) : 886, 985
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8015) - mean (271ms) : 267, 275
master - mean (270ms) : 265, 275
section Bailout
This PR (8015) - mean (275ms) : 268, 282
master - mean (271ms) : 267, 275
section CallTarget+Inlining+NGEN
This PR (8015) - mean (928ms) : 883, 972
master - mean (929ms) : 893, 964
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8015) - mean (270ms) : 265, 275
master - mean (270ms) : 265, 275
section Bailout
This PR (8015) - mean (271ms) : 264, 279
master - mean (270ms) : 267, 273
section CallTarget+Inlining+NGEN
This PR (8015) - mean (829ms) : 807, 851
master - mean (826ms) : 803, 849
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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
Implementation details
Test coverage
Other details