Use libdatadog for dotnet#8186
Conversation
BenchmarksBenchmark execution time: 2026-05-14 10:29:32 Comparing candidate commit c2fc5fc in PR branch Some scenarios are present only in baseline or only in candidate runs. If you didn't create or remove some scenarios in your branch, this maybe a sign of crashed benchmarks 💥💥💥 Scenarios present only in baseline:
Found 1 performance improvements and 4 performance regressions! Performance is the same for 47 metrics, 20 unstable metrics, 90 known flaky benchmarks, 36 flaky benchmarks without significant changes.
|
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8186) 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 (8186) - mean (75ms) : 71, 78
master - mean (73ms) : 69, 76
section Bailout
This PR (8186) - mean (78ms) : 75, 80
master - mean (76ms) : 75, 78
section CallTarget+Inlining+NGEN
This PR (8186) - mean (1,104ms) : 1053, 1155
master - mean (1,111ms) : 1061, 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 (8186) - mean (114ms) : 109, 119
master - mean (113ms) : 109, 117
section Bailout
This PR (8186) - mean (114ms) : 111, 117
master - mean (118ms) : 113, 124
section CallTarget+Inlining+NGEN
This PR (8186) - mean (790ms) : 762, 819
master - mean (788ms) : 761, 814
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8186) - mean (101ms) : 97, 104
master - mean (104ms) : 98, 110
section Bailout
This PR (8186) - mean (103ms) : 98, 108
master - mean (102ms) : 99, 105
section CallTarget+Inlining+NGEN
This PR (8186) - mean (944ms) : 906, 982
master - mean (951ms) : 906, 995
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8186) - mean (101ms) : 96, 106
master - mean (100ms) : 96, 104
section Bailout
This PR (8186) - mean (101ms) : 99, 103
master - mean (103ms) : 98, 108
section CallTarget+Inlining+NGEN
This PR (8186) - mean (821ms) : 787, 855
master - mean (819ms) : 788, 851
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 (8186) - mean (200ms) : 195, 206
master - mean (197ms) : 191, 204
section Bailout
This PR (8186) - mean (204ms) : 200, 209
master - mean (201ms) : 197, 206
section CallTarget+Inlining+NGEN
This PR (8186) - mean (1,201ms) : 1161, 1240
master - mean (1,192ms) : 1145, 1238
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 (8186) - mean (287ms) : 280, 294
master - mean (286ms) : 279, 294
section Bailout
This PR (8186) - mean (289ms) : 283, 295
master - mean (287ms) : 281, 294
section CallTarget+Inlining+NGEN
This PR (8186) - mean (964ms) : 946, 982
master - mean (958ms) : 939, 977
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8186) - mean (280ms) : 271, 288
master - mean (279ms) : 271, 286
section Bailout
This PR (8186) - mean (279ms) : 273, 285
master - mean (278ms) : 271, 285
section CallTarget+Inlining+NGEN
This PR (8186) - mean (1,155ms) : 1118, 1192
master - mean (1,152ms) : 1115, 1189
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8186) - mean (278ms) : 271, 285
master - mean (275ms) : 267, 282
section Bailout
This PR (8186) - mean (280ms) : 275, 284
master - mean (276ms) : 268, 283
section CallTarget+Inlining+NGEN
This PR (8186) - mean (1,039ms) : 996, 1081
master - mean (1,035ms) : 999, 1070
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
…g/dd-trace-dotnet into nacho/UseLibDatadogDotnet
This makes it sound like this repository is a fork of |
Summary of changes
Migrate native dependency from DataDog/libdatadog to DataDog/libdatadog-dotnet v1.2.29.
Reason for change
libdatadog-dotnet is a .NET-specific fork of libdatadog with a minimal feature preset tailored to the needs of the .NET tracer, resulting in smaller binaries and a more focused build.
Implementation details
All download URLs changed from github.com/DataDog/libdatadog to github.com/DataDog/libdatadog-dotnet.
Test coverage
No test changes — this is a dependency version/source update. Existing CI builds and native profiler tests validate the binary compatibility.
Other details