[Azure Functions] Update Datadog.Serverless.Compat version to 1.4.0#8563
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8563) 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 (8563) - mean (73ms) : 70, 76
master - mean (72ms) : 70, 75
section Bailout
This PR (8563) - mean (77ms) : 75, 78
master - mean (77ms) : 75, 79
section CallTarget+Inlining+NGEN
This PR (8563) - mean (1,099ms) : 1031, 1166
master - mean (1,081ms) : 1031, 1132
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 (8563) - mean (114ms) : 109, 119
master - mean (113ms) : 109, 118
section Bailout
This PR (8563) - mean (119ms) : 112, 127
master - mean (119ms) : 112, 126
section CallTarget+Inlining+NGEN
This PR (8563) - mean (785ms) : 756, 813
master - mean (783ms) : 749, 816
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8563) - mean (104ms) : 98, 110
master - mean (104ms) : 98, 110
section Bailout
This PR (8563) - mean (104ms) : 99, 109
master - mean (104ms) : 99, 110
section CallTarget+Inlining+NGEN
This PR (8563) - mean (944ms) : 915, 972
master - mean (942ms) : 905, 980
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8563) - mean (101ms) : 97, 105
master - mean (100ms) : 97, 103
section Bailout
This PR (8563) - mean (105ms) : 101, 110
master - mean (104ms) : 98, 111
section CallTarget+Inlining+NGEN
This PR (8563) - mean (822ms) : 781, 864
master - mean (824ms) : 788, 860
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 (8563) - mean (205ms) : 194, 217
master - mean (209ms) : 197, 221
section Bailout
This PR (8563) - mean (210ms) : 199, 221
master - mean (214ms) : 202, 226
section CallTarget+Inlining+NGEN
This PR (8563) - mean (1,215ms) : 1165, 1266
master - mean (1,255ms) : 1179, 1332
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 (8563) - mean (298ms) : 282, 313
master - mean (298ms) : 277, 319
section Bailout
This PR (8563) - mean (299ms) : 284, 315
master - mean (298ms) : 281, 315
section CallTarget+Inlining+NGEN
This PR (8563) - mean (981ms) : 952, 1009
master - mean (983ms) : 944, 1022
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8563) - mean (293ms) : 277, 309
master - mean (299ms) : 273, 325
section Bailout
This PR (8563) - mean (292ms) : 277, 307
master - mean (300ms) : 274, 326
section CallTarget+Inlining+NGEN
This PR (8563) - mean (1,169ms) : 1130, 1208
master - mean (1,193ms) : 1123, 1263
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8563) - mean (293ms) : 274, 311
master - mean (309ms) : 271, 347
section Bailout
This PR (8563) - mean (291ms) : 276, 307
master - mean (312ms) : 268, 356
section CallTarget+Inlining+NGEN
This PR (8563) - mean (1,059ms) : 985, 1134
master - mean (1,121ms) : 998, 1244
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BenchmarksBenchmark execution time: 2026-05-05 21:59:35 Comparing candidate commit eaf641c in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 27 metrics, 0 unstable metrics, 60 known flaky benchmarks, 27 flaky benchmarks without significant changes.
|
Summary of changes
Update Datadog.Serverless.Compat to v1.4.0 for Datadog.AzureFunctions.
Reason for change
New Serverless Compatibility Layer package available.
Implementation details
Test coverage
Other details