[Profiler] Investigating timer_create failure on arm64/alpine#8744
Conversation
This comment has been minimized.
This comment has been minimized.
f2e043a to
cac8f6a
Compare
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8744) 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 (8744) - mean (76ms) : 72, 79
master - mean (74ms) : 71, 77
section Bailout
This PR (8744) - mean (79ms) : 76, 83
master - mean (77ms) : 75, 80
section CallTarget+Inlining+NGEN
This PR (8744) - mean (1,115ms) : 1053, 1177
master - mean (1,106ms) : 1059, 1153
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 (8744) - mean (116ms) : 110, 122
master - mean (114ms) : 109, 119
section Bailout
This PR (8744) - mean (115ms) : 111, 118
master - mean (115ms) : 112, 118
section CallTarget+Inlining+NGEN
This PR (8744) - mean (791ms) : 767, 815
master - mean (793ms) : 770, 817
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8744) - mean (103ms) : 98, 107
master - mean (104ms) : 100, 109
section Bailout
This PR (8744) - mean (105ms) : 101, 110
master - mean (103ms) : 100, 107
section CallTarget+Inlining+NGEN
This PR (8744) - mean (956ms) : 908, 1003
master - mean (951ms) : 908, 994
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8744) - mean (99ms) : 96, 102
master - mean (100ms) : 96, 104
section Bailout
This PR (8744) - mean (104ms) : 98, 109
master - mean (104ms) : 100, 109
section CallTarget+Inlining+NGEN
This PR (8744) - mean (826ms) : 793, 859
master - mean (825ms) : 785, 866
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 (8744) - mean (199ms) : 193, 204
master - mean (199ms) : 194, 203
section Bailout
This PR (8744) - mean (202ms) : 199, 206
master - mean (201ms) : 197, 206
section CallTarget+Inlining+NGEN
This PR (8744) - mean (1,194ms) : 1159, 1230
master - mean (1,196ms) : 1159, 1234
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 (8744) - mean (287ms) : 281, 293
master - mean (285ms) : 278, 293
section Bailout
This PR (8744) - mean (287ms) : 281, 292
master - mean (285ms) : 279, 291
section CallTarget+Inlining+NGEN
This PR (8744) - mean (969ms) : 947, 991
master - mean (961ms) : 941, 981
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8744) - mean (277ms) : 269, 285
master - mean (280ms) : 271, 289
section Bailout
This PR (8744) - mean (276ms) : 271, 282
master - mean (281ms) : 273, 289
section CallTarget+Inlining+NGEN
This PR (8744) - mean (1,158ms) : 1123, 1192
master - mean (1,153ms) : 1121, 1185
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8744) - mean (276ms) : 270, 283
master - mean (275ms) : 266, 283
section Bailout
This PR (8744) - mean (275ms) : 271, 280
master - mean (275ms) : 270, 280
section CallTarget+Inlining+NGEN
This PR (8744) - mean (1,035ms) : 996, 1073
master - mean (1,031ms) : 994, 1067
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BenchmarksBenchmark execution time: 2026-06-08 13:11:22 Comparing candidate commit 77a40f2 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.
|
7eca364 to
7f30a42
Compare
7f30a42 to
77a40f2
Compare
timer_create failue on arm64/alpinetimer_create failure on arm64/alpine
Summary of changes
Gather information about available timers and kernel version.
Reason for change
The message in a previous PR was "Unavailable resource" but this was not enough to keep on investigating.
This happen to 1-2 threads during startup (when managed threads are associated to native threads)
Implementation details
Collect limits and kernel version.
Test coverage
Other details