Closed duncanpharvey closed 2 months ago
Branch report: duncan-harvey/mini-agent-non-consumption-plan
Commit report: 948030f
Test service: dd-trace-dotnet
:white_check_mark: 0 Failed, 350021 Passed, 1800 Skipped, 14h 27m 12.94s Total Time
Execution-time results for samples comparing the following branches/commits:
Execution-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 shown 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).
gantt
title Execution time (ms) FakeDbCommand (.NET Framework 4.6.2)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5986) - mean (73ms) : 65, 82
. : milestone, 73,
master - mean (70ms) : 67, 74
. : milestone, 70,
section CallTarget+Inlining+NGEN
This PR (5986) - mean (1,031ms) : 1012, 1050
. : milestone, 1031,
master - mean (1,080ms) : 1058, 1103
. : milestone, 1080,
gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5986) - mean (110ms) : 105, 114
. : milestone, 110,
master - mean (110ms) : 106, 115
. : milestone, 110,
section CallTarget+Inlining+NGEN
This PR (5986) - mean (725ms) : 684, 767
. : milestone, 725,
master - mean (762ms) : 735, 790
. : milestone, 762,
gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5986) - mean (92ms) : 89, 94
. : milestone, 92,
master - mean (93ms) : 90, 95
. : milestone, 93,
section CallTarget+Inlining+NGEN
This PR (5986) - mean (671ms) : 650, 692
. : milestone, 671,
master - mean (708ms) : 685, 731
. : milestone, 708,
gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5986) - mean (190ms) : 186, 194
. : milestone, 190,
master - mean (190ms) : 187, 193
. : milestone, 190,
section CallTarget+Inlining+NGEN
This PR (5986) - mean (1,113ms) : 1094, 1133
. : milestone, 1113,
master - mean (1,162ms) : 1131, 1193
. : milestone, 1162,
gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5986) - mean (276ms) : 271, 281
. : milestone, 276,
master - mean (276ms) : 271, 281
. : milestone, 276,
section CallTarget+Inlining+NGEN
This PR (5986) - mean (884ms) : 859, 910
. : milestone, 884,
master - mean (916ms) : 899, 932
. : milestone, 916,
gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5986) - mean (265ms) : 260, 270
. : milestone, 265,
master - mean (265ms) : 261, 269
. : milestone, 265,
section CallTarget+Inlining+NGEN
This PR (5986) - mean (876ms) : 846, 906
. : milestone, 876,
master - mean (904ms) : 885, 922
. : milestone, 904,
Benchmarks for #5986 compared to master:
The following thresholds were used for comparing the benchmark speeds:
Allocation changes below 0.5% are ignored.
Summary of changes
Start Serverless Mini Agent for Azure Functions on Linux Non-Consumption (Basic/Standard/Premium) Plans.
Reason for change
Customers with this setup asking for beta.
Implementation details
Test coverage
Unit Tests ✅
Manually tested the cases below.
Regression Tests:
Windows / Premium Plan -> mini agent not started ✅ Windows / Consumption Plan -> mini agent started ✅ Linux / Consumption Plan -> mini agent started ✅
Behavior added in this PR:
Linux / Premium Plan -> mini agent started ✅
Other details
Follows https://github.com/DataDog/dd-trace-dotnet/pull/5792