Remove config_norm_rules.json tests#8844
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8844) 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 (8844) - mean (70ms) : 68, 72
master - mean (74ms) : 63, 85
section Bailout
This PR (8844) - mean (77ms) : 73, 81
master - mean (75ms) : 73, 77
section CallTarget+Inlining+NGEN
This PR (8844) - mean (1,080ms) : 1041, 1118
master - mean (1,081ms) : 1036, 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 (8844) - mean (110ms) : 107, 113
master - mean (112ms) : 106, 119
section Bailout
This PR (8844) - mean (111ms) : 109, 113
master - mean (111ms) : 109, 112
section CallTarget+Inlining+NGEN
This PR (8844) - mean (780ms) : 759, 800
master - mean (775ms) : 751, 798
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8844) - mean (97ms) : 95, 100
master - mean (99ms) : 93, 105
section Bailout
This PR (8844) - mean (98ms) : 96, 100
master - mean (102ms) : 97, 106
section CallTarget+Inlining+NGEN
This PR (8844) - mean (936ms) : 897, 975
master - mean (942ms) : 897, 986
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8844) - mean (99ms) : 94, 105
master - mean (95ms) : 93, 97
section Bailout
This PR (8844) - mean (97ms) : 93, 101
master - mean (97ms) : 91, 103
section CallTarget+Inlining+NGEN
This PR (8844) - mean (814ms) : 778, 849
master - mean (811ms) : 779, 843
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 (8844) - mean (203ms) : 198, 208
master - mean (204ms) : 201, 207
section Bailout
This PR (8844) - mean (206ms) : 202, 209
master - mean (207ms) : 203, 210
section CallTarget+Inlining+NGEN
This PR (8844) - mean (1,207ms) : 1161, 1252
master - mean (1,214ms) : 1165, 1263
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 (8844) - mean (288ms) : 281, 295
master - mean (293ms) : 288, 299
section Bailout
This PR (8844) - mean (290ms) : 284, 297
master - mean (293ms) : 289, 296
section CallTarget+Inlining+NGEN
This PR (8844) - mean (973ms) : 949, 997
master - mean (979ms) : 954, 1004
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8844) - mean (283ms) : 276, 290
master - mean (287ms) : 281, 293
section Bailout
This PR (8844) - mean (282ms) : 278, 287
master - mean (286ms) : 280, 292
section CallTarget+Inlining+NGEN
This PR (8844) - mean (1,171ms) : 1131, 1210
master - mean (1,173ms) : 1134, 1211
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8844) - mean (281ms) : 275, 288
master - mean (283ms) : 276, 290
section Bailout
This PR (8844) - mean (281ms) : 275, 287
master - mean (282ms) : 276, 288
section CallTarget+Inlining+NGEN
This PR (8844) - mean (1,045ms) : 1005, 1084
master - mean (1,050ms) : 1003, 1096
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BenchmarksBenchmark execution time: 2026-06-29 11:51:38 Comparing candidate commit 44b9083 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 72 metrics, 0 unstable metrics, 61 known flaky benchmarks, 65 flaky benchmarks without significant changes.
|
Summary of changes
Removes the config_norm_rules.json tests which are no longer required
Reason for change
We no longer have to manually update config_norm_rules.json, as this is automatically handled by the config registry, so we can delete these tests
Implementation details
Test coverage
N/A