[Profiler] Fix live objects age#8842
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8842) 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 (8842) - mean (73ms) : 69, 77
master - mean (74ms) : 63, 85
section Bailout
This PR (8842) - mean (77ms) : 73, 80
master - mean (75ms) : 73, 77
section CallTarget+Inlining+NGEN
This PR (8842) - mean (1,081ms) : 1043, 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 (8842) - mean (114ms) : 108, 120
master - mean (112ms) : 106, 119
section Bailout
This PR (8842) - mean (111ms) : 108, 115
master - mean (111ms) : 109, 112
section CallTarget+Inlining+NGEN
This PR (8842) - mean (777ms) : 753, 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 (8842) - mean (98ms) : 92, 105
master - mean (99ms) : 93, 105
section Bailout
This PR (8842) - mean (98ms) : 96, 100
master - mean (102ms) : 97, 106
section CallTarget+Inlining+NGEN
This PR (8842) - mean (939ms) : 898, 979
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 (8842) - mean (97ms) : 93, 101
master - mean (95ms) : 93, 97
section Bailout
This PR (8842) - mean (100ms) : 95, 105
master - mean (97ms) : 91, 103
section CallTarget+Inlining+NGEN
This PR (8842) - mean (811ms) : 769, 854
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 (8842) - mean (198ms) : 193, 204
master - mean (204ms) : 201, 207
section Bailout
This PR (8842) - mean (204ms) : 198, 211
master - mean (207ms) : 203, 210
section CallTarget+Inlining+NGEN
This PR (8842) - mean (1,201ms) : 1165, 1237
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 (8842) - mean (290ms) : 284, 295
master - mean (293ms) : 288, 299
section Bailout
This PR (8842) - mean (290ms) : 284, 296
master - mean (293ms) : 289, 296
section CallTarget+Inlining+NGEN
This PR (8842) - mean (968ms) : 947, 989
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 (8842) - mean (285ms) : 279, 291
master - mean (287ms) : 281, 293
section Bailout
This PR (8842) - mean (283ms) : 278, 289
master - mean (286ms) : 280, 292
section CallTarget+Inlining+NGEN
This PR (8842) - mean (1,162ms) : 1126, 1197
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 (8842) - mean (281ms) : 274, 288
master - mean (283ms) : 276, 290
section Bailout
This PR (8842) - mean (280ms) : 275, 285
master - mean (282ms) : 276, 288
section CallTarget+Inlining+NGEN
This PR (8842) - mean (1,042ms) : 989, 1094
master - mean (1,050ms) : 1003, 1096
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BenchmarksBenchmark execution time: 2026-07-03 16:11:53 Comparing candidate commit 7c96f0b in PR branch Found 0 performance improvements and 1 performance regressions! Performance is the same for 71 metrics, 0 unstable metrics, 61 known flaky benchmarks, 65 flaky benchmarks without significant changes.
|
Summary of changes
Fix the computation of surviving objects age
Reason for change
The computation was inverted
Implementation details
Test coverage
Other details