-
Notifications
You must be signed in to change notification settings - Fork 151
process tags : extra-careful normalization #7856
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
base: master
Are you sure you want to change the base?
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (7856) 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 (7856) - mean (75ms) : 70, 80
master - mean (75ms) : 70, 81
section Bailout
This PR (7856) - mean (79ms) : 74, 85
master - mean (79ms) : 75, 83
section CallTarget+Inlining+NGEN
This PR (7856) - mean (1,071ms) : 981, 1161
master - mean (1,060ms) : 992, 1127
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 (7856) - mean (118ms) : 109, 127
master - mean (117ms) : 111, 123
section Bailout
This PR (7856) - mean (121ms) : 113, 128
master - mean (120ms) : 114, 125
section CallTarget+Inlining+NGEN
This PR (7856) - mean (767ms) : 728, 806
master - mean (753ms) : 720, 786
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7856) - mean (105ms) : 98, 112
master - mean (106ms) : 100, 113
section Bailout
This PR (7856) - mean (106ms) : 98, 114
master - mean (106ms) : 100, 111
section CallTarget+Inlining+NGEN
This PR (7856) - mean (711ms) : 668, 754
master - mean (704ms) : 670, 738
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7856) - mean (105ms) : 99, 111
master - mean (104ms) : 97, 111
section Bailout
This PR (7856) - mean (105ms) : 99, 111
master - mean (105ms) : 99, 110
section CallTarget+Inlining+NGEN
This PR (7856) - mean (690ms) : 663, 717
master - mean (681ms) : 649, 714
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 (7856) - mean (193ms) : 189, 197
master - mean (192ms) : 188, 195
section Bailout
This PR (7856) - mean (204ms) : 193, 215
master - mean (196ms) : 192, 200
section CallTarget+Inlining+NGEN
This PR (7856) - mean (1,132ms) : 1060, 1204
master - mean (1,112ms) : 1040, 1184
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 (7856) - mean (286ms) : 274, 298
master - mean (275ms) : 270, 280
section Bailout
This PR (7856) - mean (283ms) : 274, 291
master - mean (276ms) : 272, 280
section CallTarget+Inlining+NGEN
This PR (7856) - mean (926ms) : 872, 980
master - mean (901ms) : 854, 947
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7856) - mean (271ms) : 264, 279
master - mean (270ms) : 265, 274
section Bailout
This PR (7856) - mean (270ms) : 267, 274
master - mean (268ms) : 266, 270
section CallTarget+Inlining+NGEN
This PR (7856) - mean (888ms) : 834, 943
master - mean (888ms) : 830, 946
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7856) - mean (270ms) : 264, 276
master - mean (269ms) : 264, 274
section Bailout
This PR (7856) - mean (270ms) : 265, 275
master - mean (268ms) : 265, 271
section CallTarget+Inlining+NGEN
This PR (7856) - mean (825ms) : 803, 846
master - mean (821ms) : 798, 844
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Summary of changes
:in values before we call the normalize method, so that it can squash them with other special chars if presentReason for change
Implementation details
Test coverage
I need to find a way to inject arbitrary values 😬
Other details