Initial transaction tracking implementation#7949
Conversation
This comment has been minimized.
This comment has been minimized.
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (7949) 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 (7949) - mean (69ms) : 65, 73
master - mean (69ms) : 67, 71
section Bailout
This PR (7949) - mean (73ms) : 71, 75
master - mean (73ms) : 71, 74
section CallTarget+Inlining+NGEN
This PR (7949) - mean (1,092ms) : 1059, 1125
master - mean (1,046ms) : 981, 1111
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 (7949) - mean (107ms) : 104, 110
master - mean (107ms) : 103, 110
section Bailout
This PR (7949) - mean (108ms) : 106, 110
master - mean (108ms) : 106, 110
section CallTarget+Inlining+NGEN
This PR (7949) - mean (820ms) : crit, 799, 841
master - mean (769ms) : 750, 789
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7949) - mean (95ms) : 92, 98
master - mean (95ms) : 92, 97
section Bailout
This PR (7949) - mean (96ms) : 94, 97
master - mean (95ms) : 94, 96
section CallTarget+Inlining+NGEN
This PR (7949) - mean (798ms) : crit, 779, 817
master - mean (755ms) : 734, 776
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7949) - mean (94ms) : 91, 96
master - mean (93ms) : 91, 95
section Bailout
This PR (7949) - mean (95ms) : 93, 97
master - mean (95ms) : 93, 96
section CallTarget+Inlining+NGEN
This PR (7949) - mean (687ms) : 670, 705
master - mean (663ms) : 639, 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 (7949) - mean (219ms) : 205, 232
master - mean (219ms) : 207, 230
section Bailout
This PR (7949) - mean (221ms) : 213, 228
master - mean (226ms) : 211, 241
section CallTarget+Inlining+NGEN
This PR (7949) - mean (1,308ms) : 1259, 1356
master - mean (1,251ms) : 1203, 1299
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 (7949) - mean (313ms) : 302, 324
master - mean (315ms) : 300, 331
section Bailout
This PR (7949) - mean (316ms) : 304, 327
master - mean (317ms) : 304, 330
section CallTarget+Inlining+NGEN
This PR (7949) - mean (1,087ms) : crit, 1054, 1119
master - mean (1,030ms) : 998, 1061
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7949) - mean (310ms) : 293, 327
master - mean (310ms) : 292, 328
section Bailout
This PR (7949) - mean (307ms) : 294, 321
master - mean (311ms) : 293, 329
section CallTarget+Inlining+NGEN
This PR (7949) - mean (1,105ms) : 1058, 1152
master - mean (1,061ms) : 1007, 1115
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7949) - mean (308ms) : 293, 324
master - mean (307ms) : 290, 323
section Bailout
This PR (7949) - mean (308ms) : 294, 323
master - mean (310ms) : 289, 331
section CallTarget+Inlining+NGEN
This PR (7949) - mean (1,071ms) : 1004, 1138
master - mean (1,025ms) : 944, 1105
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BenchmarksBenchmark execution time: 2026-03-24 20:00:39 Comparing candidate commit 379cee2 in PR branch Found 8 performance improvements and 9 performance regressions! Performance is the same for 255 metrics, 16 unstable metrics.
|
Summary of changes
Reason for change
Implementation details
Test coverage
Other details