-
Notifications
You must be signed in to change notification settings - Fork 151
Add testing for latest Microsoft.Extensions.Telemetry version #7817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (7817) 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 (7817) - mean (75ms) : 71, 79
master - mean (74ms) : 70, 79
section Bailout
This PR (7817) - mean (80ms) : 75, 86
master - mean (79ms) : 74, 85
section CallTarget+Inlining+NGEN
This PR (7817) - mean (1,111ms) : 1046, 1177
master - mean (1,120ms) : 1042, 1199
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 (7817) - mean (118ms) : 111, 125
master - mean (116ms) : 109, 122
section Bailout
This PR (7817) - mean (117ms) : 112, 122
master - mean (118ms) : 112, 125
section CallTarget+Inlining+NGEN
This PR (7817) - mean (790ms) : 757, 823
master - mean (796ms) : 758, 835
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7817) - mean (104ms) : 97, 112
master - mean (104ms) : 97, 111
section Bailout
This PR (7817) - mean (107ms) : 98, 115
master - mean (104ms) : 99, 109
section CallTarget+Inlining+NGEN
This PR (7817) - mean (742ms) : 700, 785
master - mean (752ms) : 698, 806
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7817) - mean (102ms) : 95, 110
master - mean (103ms) : 95, 110
section Bailout
This PR (7817) - mean (104ms) : 95, 113
master - mean (104ms) : 98, 109
section CallTarget+Inlining+NGEN
This PR (7817) - mean (704ms) : 671, 737
master - mean (714ms) : 685, 743
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 (7817) - mean (192ms) : 188, 197
master - mean (192ms) : 188, 196
section Bailout
This PR (7817) - mean (196ms) : 193, 199
master - mean (196ms) : 193, 200
section CallTarget+Inlining+NGEN
This PR (7817) - mean (1,173ms) : 1111, 1236
master - mean (1,174ms) : 1100, 1249
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 (7817) - mean (277ms) : 272, 282
master - mean (277ms) : 269, 284
section Bailout
This PR (7817) - mean (277ms) : 273, 282
master - mean (276ms) : 273, 280
section CallTarget+Inlining+NGEN
This PR (7817) - mean (939ms) : 900, 979
master - mean (938ms) : 896, 981
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7817) - mean (270ms) : 265, 275
master - mean (271ms) : 265, 277
section Bailout
This PR (7817) - mean (270ms) : 266, 275
master - mean (270ms) : 267, 272
section CallTarget+Inlining+NGEN
This PR (7817) - mean (922ms) : 874, 970
master - mean (930ms) : 870, 991
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7817) - mean (269ms) : 264, 273
master - mean (269ms) : 264, 273
section Bailout
This PR (7817) - mean (269ms) : 266, 272
master - mean (268ms) : 264, 272
section CallTarget+Inlining+NGEN
This PR (7817) - mean (851ms) : 829, 873
master - mean (858ms) : 840, 877
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Summary of changes
Adds testing for 10.x.x of Microsoft.Extensions.Telemetry
Reason for change
We don't test it currently, though we do instrument it
Implementation details
Update the generated versions to make sure we test it
Test coverage
More now