Andrew/r and d/non recording spans - #7916
Conversation
3b7d0ee to
2d09a88
Compare
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (7916) 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 (7916) - mean (75ms) : 71, 79
master - mean (74ms) : 70, 78
section Bailout
This PR (7916) - mean (78ms) : 75, 80
master - mean (77ms) : 75, 79
section CallTarget+Inlining+NGEN
This PR (7916) - mean (1,111ms) : 1054, 1169
master - mean (1,110ms) : 1042, 1179
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 (7916) - mean (115ms) : 110, 119
master - mean (113ms) : 108, 118
section Bailout
This PR (7916) - mean (115ms) : 112, 118
master - mean (115ms) : 112, 118
section CallTarget+Inlining+NGEN
This PR (7916) - mean (793ms) : 767, 819
master - mean (799ms) : 765, 833
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7916) - mean (103ms) : 97, 109
master - mean (102ms) : 98, 105
section Bailout
This PR (7916) - mean (105ms) : 101, 109
master - mean (105ms) : 100, 110
section CallTarget+Inlining+NGEN
This PR (7916) - mean (953ms) : 921, 985
master - mean (943ms) : 908, 979
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7916) - mean (100ms) : 97, 103
master - mean (100ms) : 97, 103
section Bailout
This PR (7916) - mean (104ms) : 98, 110
master - mean (102ms) : 97, 107
section CallTarget+Inlining+NGEN
This PR (7916) - mean (829ms) : 785, 874
master - mean (826ms) : 784, 868
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 (7916) - mean (199ms) : 194, 203
master - mean (197ms) : 191, 203
section Bailout
This PR (7916) - mean (202ms) : 197, 206
master - mean (201ms) : 196, 207
section CallTarget+Inlining+NGEN
This PR (7916) - mean (1,098ms) : 1063, 1134
master - mean (1,191ms) : 1149, 1232
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 (7916) - mean (284ms) : 276, 291
master - mean (283ms) : 272, 294
section Bailout
This PR (7916) - mean (286ms) : 276, 296
master - mean (285ms) : 277, 293
section CallTarget+Inlining+NGEN
This PR (7916) - mean (885ms) : 860, 910
master - mean (956ms) : 936, 976
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7916) - mean (277ms) : 272, 282
master - mean (275ms) : 268, 283
section Bailout
This PR (7916) - mean (277ms) : 273, 281
master - mean (277ms) : 271, 283
section CallTarget+Inlining+NGEN
This PR (7916) - mean (1,047ms) : 1012, 1081
master - mean (1,151ms) : 1101, 1201
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7916) - mean (276ms) : 271, 282
master - mean (275ms) : 268, 281
section Bailout
This PR (7916) - mean (277ms) : 273, 281
master - mean (274ms) : 268, 280
section CallTarget+Inlining+NGEN
This PR (7916) - mean (930ms) : 897, 962
master - mean (1,036ms) : 1000, 1071
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4a15b33 to
087dee4
Compare
…e Span, just the pieces we need
087dee4 to
1909db4
Compare
|
Summary of changes
Reason for change
Implementation details
Test coverage
Other details