scrub process tags from debugger snapshots#8406
Merged
Conversation
bouwkast
approved these changes
Apr 2, 2026
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8406) 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 (8406) - mean (75ms) : 73, 78
master - mean (73ms) : 70, 76
section Bailout
This PR (8406) - mean (80ms) : 78, 82
master - mean (76ms) : 75, 78
section CallTarget+Inlining+NGEN
This PR (8406) - mean (1,105ms) : 1060, 1149
master - mean (1,098ms) : 1039, 1157
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 (8406) - mean (119ms) : 115, 123
master - mean (119ms) : 116, 123
section Bailout
This PR (8406) - mean (120ms) : 118, 123
master - mean (121ms) : 117, 125
section CallTarget+Inlining+NGEN
This PR (8406) - mean (816ms) : 796, 835
master - mean (818ms) : 795, 841
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8406) - mean (106ms) : 102, 111
master - mean (106ms) : 103, 110
section Bailout
This PR (8406) - mean (107ms) : 104, 109
master - mean (107ms) : 105, 109
section CallTarget+Inlining+NGEN
This PR (8406) - mean (955ms) : 919, 990
master - mean (956ms) : 918, 993
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8406) - mean (104ms) : 101, 107
master - mean (104ms) : 101, 107
section Bailout
This PR (8406) - mean (106ms) : 102, 109
master - mean (105ms) : 103, 107
section CallTarget+Inlining+NGEN
This PR (8406) - mean (840ms) : 801, 879
master - mean (836ms) : 801, 870
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 (8406) - mean (213ms) : 207, 219
master - mean (214ms) : 207, 220
section Bailout
This PR (8406) - mean (217ms) : 212, 222
master - mean (218ms) : 212, 223
section CallTarget+Inlining+NGEN
This PR (8406) - mean (1,236ms) : 1185, 1287
master - mean (1,226ms) : 1164, 1287
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 (8406) - mean (310ms) : 301, 318
master - mean (302ms) : 293, 311
section Bailout
This PR (8406) - mean (311ms) : 304, 317
master - mean (303ms) : 297, 309
section CallTarget+Inlining+NGEN
This PR (8406) - mean (1,020ms) : 992, 1047
master - mean (999ms) : 974, 1024
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8406) - mean (303ms) : 295, 312
master - mean (293ms) : 285, 301
section Bailout
This PR (8406) - mean (306ms) : 297, 316
master - mean (291ms) : 284, 299
section CallTarget+Inlining+NGEN
This PR (8406) - mean (1,191ms) : 1150, 1232
master - mean (1,179ms) : 1140, 1219
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8406) - mean (301ms) : 293, 309
master - mean (298ms) : 290, 306
section Bailout
This PR (8406) - mean (302ms) : 296, 307
master - mean (297ms) : 291, 304
section CallTarget+Inlining+NGEN
This PR (8406) - mean (1,119ms) : 1007, 1232
master - mean (1,080ms) : 994, 1166
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
dudikeleti
approved these changes
Apr 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of changes
follow up on #8296
debugger itests didn't run in the PR
so we missed the fact that we need to apply the same scrubbing we did on other tests for those too
Reason for change
Implementation details
Test coverage
Other details