[crashtracker] Libdatadog provides OS info#8678
Conversation
BenchmarksBenchmark execution time: 2026-06-03 14:41:55 Comparing candidate commit 6a46879 in PR branch Found 0 performance improvements and 1 performance regressions! Performance is the same for 71 metrics, 0 unstable metrics, 60 known flaky benchmarks, 66 flaky benchmarks without significant changes.
|
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8678) 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 (8678) - mean (73ms) : 70, 76
master - mean (75ms) : 65, 84
section Bailout
This PR (8678) - mean (77ms) : 75, 78
master - mean (77ms) : 75, 79
section CallTarget+Inlining+NGEN
This PR (8678) - mean (1,107ms) : 1043, 1170
master - mean (1,105ms) : 1055, 1154
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 (8678) - mean (114ms) : 110, 119
master - mean (113ms) : 110, 117
section Bailout
This PR (8678) - mean (115ms) : 112, 118
master - mean (115ms) : 111, 118
section CallTarget+Inlining+NGEN
This PR (8678) - mean (793ms) : 759, 827
master - mean (790ms) : 766, 815
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8678) - mean (101ms) : 97, 105
master - mean (102ms) : 98, 106
section Bailout
This PR (8678) - mean (104ms) : 98, 110
master - mean (105ms) : 100, 110
section CallTarget+Inlining+NGEN
This PR (8678) - mean (951ms) : 908, 994
master - mean (945ms) : 911, 979
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8678) - mean (101ms) : 96, 106
master - mean (100ms) : 96, 104
section Bailout
This PR (8678) - mean (100ms) : 97, 103
master - mean (103ms) : 99, 107
section CallTarget+Inlining+NGEN
This PR (8678) - mean (826ms) : 787, 865
master - mean (825ms) : 787, 863
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 (8678) - mean (198ms) : 194, 202
master - mean (198ms) : 193, 204
section Bailout
This PR (8678) - mean (202ms) : 200, 205
master - mean (202ms) : 197, 207
section CallTarget+Inlining+NGEN
This PR (8678) - mean (1,194ms) : 1156, 1233
master - mean (1,187ms) : 1137, 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 (8678) - mean (285ms) : 279, 291
master - mean (285ms) : 281, 290
section Bailout
This PR (8678) - mean (284ms) : 278, 291
master - mean (288ms) : 282, 294
section CallTarget+Inlining+NGEN
This PR (8678) - mean (957ms) : 940, 974
master - mean (956ms) : 937, 975
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8678) - mean (278ms) : 271, 286
master - mean (275ms) : 270, 280
section Bailout
This PR (8678) - mean (276ms) : 268, 283
master - mean (276ms) : 272, 281
section CallTarget+Inlining+NGEN
This PR (8678) - mean (1,155ms) : 1113, 1198
master - mean (1,152ms) : 1111, 1192
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8678) - mean (276ms) : 271, 281
master - mean (276ms) : 269, 282
section Bailout
This PR (8678) - mean (276ms) : 270, 281
master - mean (275ms) : 270, 280
section CallTarget+Inlining+NGEN
This PR (8678) - mean (1,036ms) : 997, 1075
master - mean (1,035ms) : 992, 1078
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1a7216a to
6a46879
Compare
Summary of changes
Let libdatadog set OS info in the report.
Reason for change
Libdatadog uses a crate that can give more information (linux distribution, version....) which will be more precise.
Implementation details
Use
ddog_crasht_CrashInfoBuilder_with_os_info_this_machineAPI.Test coverage
Other details