Bump libdatadog to 2.0.0 (~v36.0.0)#8827
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8827) 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 (8827) - mean (70ms) : 68, 72
master - mean (70ms) : 68, 73
section Bailout
This PR (8827) - mean (74ms) : 73, 75
master - mean (74ms) : 73, 76
section CallTarget+Inlining+NGEN
This PR (8827) - mean (1,079ms) : 1031, 1127
master - mean (1,083ms) : 1033, 1133
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 (8827) - mean (109ms) : 106, 112
master - mean (109ms) : 106, 113
section Bailout
This PR (8827) - mean (110ms) : 108, 113
master - mean (110ms) : 109, 112
section CallTarget+Inlining+NGEN
This PR (8827) - mean (781ms) : 757, 804
master - mean (774ms) : 754, 795
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8827) - mean (97ms) : 94, 100
master - mean (97ms) : 94, 100
section Bailout
This PR (8827) - mean (98ms) : 95, 100
master - mean (98ms) : 96, 99
section CallTarget+Inlining+NGEN
This PR (8827) - mean (935ms) : 893, 978
master - mean (942ms) : 900, 984
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8827) - mean (98ms) : 93, 103
master - mean (95ms) : 92, 97
section Bailout
This PR (8827) - mean (97ms) : 94, 101
master - mean (96ms) : 94, 98
section CallTarget+Inlining+NGEN
This PR (8827) - mean (815ms) : 776, 854
master - mean (813ms) : 777, 849
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 (8827) - mean (202ms) : 198, 207
master - mean (205ms) : 200, 210
section Bailout
This PR (8827) - mean (206ms) : 203, 209
master - mean (209ms) : 204, 213
section CallTarget+Inlining+NGEN
This PR (8827) - mean (1,210ms) : 1169, 1252
master - mean (1,216ms) : 1169, 1264
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 (8827) - mean (290ms) : 283, 296
master - mean (293ms) : 285, 301
section Bailout
This PR (8827) - mean (290ms) : 285, 296
master - mean (295ms) : 288, 301
section CallTarget+Inlining+NGEN
This PR (8827) - mean (974ms) : 949, 999
master - mean (986ms) : 966, 1006
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8827) - mean (284ms) : 276, 293
master - mean (288ms) : 282, 294
section Bailout
This PR (8827) - mean (284ms) : 279, 288
master - mean (287ms) : 282, 291
section CallTarget+Inlining+NGEN
This PR (8827) - mean (1,168ms) : 1117, 1219
master - mean (1,173ms) : 1138, 1208
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8827) - mean (281ms) : 276, 287
master - mean (283ms) : 274, 291
section Bailout
This PR (8827) - mean (282ms) : 278, 286
master - mean (283ms) : 277, 288
section CallTarget+Inlining+NGEN
This PR (8827) - mean (1,049ms) : 1002, 1096
master - mean (1,049ms) : 994, 1104
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BenchmarksBenchmark execution time: 2026-06-26 09:17:57 Comparing candidate commit 37e04c4 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 72 metrics, 0 unstable metrics, 59 known flaky benchmarks, 67 flaky benchmarks without significant changes.
|
2ae0d20 to
550c472
Compare
550c472 to
37e04c4
Compare
Summary of changes
Bump to libdatadog-dotnet 2.0.0 (equivalent to libdatadog v36)
Reason for change
Benefit for fixes (less crash in profiling crate)
Implementation details
Update vcpkg and cmake stuffs.
Test coverage
Other details