[Crashtracker] Do not redact frames in crashtracker#8675
Conversation
This comment has been minimized.
This comment has been minimized.
BenchmarksBenchmark execution time: 2026-06-05 09:13:50 Comparing candidate commit 97861d3 in PR branch Found 0 performance improvements and 1 performance regressions! Performance is the same for 71 metrics, 0 unstable metrics, 57 known flaky benchmarks, 69 flaky benchmarks without significant changes.
|
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8675) 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 (8675) - mean (75ms) : 71, 79
master - mean (74ms) : 70, 78
section Bailout
This PR (8675) - mean (78ms) : 75, 81
master - mean (77ms) : 75, 80
section CallTarget+Inlining+NGEN
This PR (8675) - mean (1,110ms) : 1056, 1164
master - mean (1,103ms) : 1045, 1161
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 (8675) - mean (113ms) : 109, 118
master - mean (113ms) : 108, 118
section Bailout
This PR (8675) - mean (114ms) : 111, 117
master - mean (113ms) : 110, 117
section CallTarget+Inlining+NGEN
This PR (8675) - mean (794ms) : 769, 818
master - mean (792ms) : 764, 820
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8675) - mean (101ms) : 98, 105
master - mean (101ms) : 98, 104
section Bailout
This PR (8675) - mean (104ms) : 100, 109
master - mean (105ms) : 100, 110
section CallTarget+Inlining+NGEN
This PR (8675) - mean (947ms) : 910, 985
master - mean (947ms) : 908, 985
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8675) - mean (99ms) : 95, 103
master - mean (99ms) : 95, 104
section Bailout
This PR (8675) - mean (99ms) : 97, 102
master - mean (100ms) : 97, 103
section CallTarget+Inlining+NGEN
This PR (8675) - mean (821ms) : 791, 851
master - mean (819ms) : 780, 857
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 (8675) - mean (199ms) : 193, 205
master - mean (199ms) : 193, 206
section Bailout
This PR (8675) - mean (202ms) : 198, 206
master - mean (204ms) : 198, 209
section CallTarget+Inlining+NGEN
This PR (8675) - mean (1,200ms) : 1159, 1240
master - mean (1,199ms) : 1162, 1236
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 (8675) - mean (285ms) : 280, 291
master - mean (288ms) : 277, 299
section Bailout
This PR (8675) - mean (288ms) : 281, 294
master - mean (290ms) : 280, 300
section CallTarget+Inlining+NGEN
This PR (8675) - mean (968ms) : 948, 987
master - mean (964ms) : 943, 986
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8675) - mean (280ms) : 273, 286
master - mean (280ms) : 274, 285
section Bailout
This PR (8675) - mean (279ms) : 273, 285
master - mean (280ms) : 275, 286
section CallTarget+Inlining+NGEN
This PR (8675) - mean (1,161ms) : 1130, 1192
master - mean (1,158ms) : 1122, 1194
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8675) - mean (276ms) : 269, 284
master - mean (278ms) : 272, 283
section Bailout
This PR (8675) - mean (276ms) : 270, 282
master - mean (277ms) : 270, 283
section CallTarget+Inlining+NGEN
This PR (8675) - mean (1,039ms) : 997, 1080
master - mean (1,039ms) : 1004, 1075
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
e6842cd to
b9d764c
Compare
f9e61af to
3930b08
Compare
3930b08 to
1b8aed3
Compare
…dumpTests.cs Co-authored-by: Andrew Lock <[email protected]>
Summary of changes
Do not redact managed frames in crash reports.
Reason for change
There 2 aspects:
Implementation details
ShouldRedactFrameand the call to it.Test coverage
Other details