Use latest benchmark tooling image for macrobenchmark AMI build#8625
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8625) 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 (8625) - mean (73ms) : 70, 75
master - mean (75ms) : 71, 78
section Bailout
This PR (8625) - mean (77ms) : 74, 79
master - mean (78ms) : 75, 81
section CallTarget+Inlining+NGEN
This PR (8625) - mean (1,113ms) : 1038, 1187
master - mean (1,109ms) : 1042, 1175
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 (8625) - mean (113ms) : 109, 118
master - mean (116ms) : 109, 123
section Bailout
This PR (8625) - mean (117ms) : 111, 124
master - mean (115ms) : 111, 118
section CallTarget+Inlining+NGEN
This PR (8625) - mean (787ms) : 759, 815
master - mean (788ms) : 760, 816
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8625) - mean (101ms) : 97, 105
master - mean (101ms) : 98, 105
section Bailout
This PR (8625) - mean (102ms) : 99, 105
master - mean (101ms) : 99, 104
section CallTarget+Inlining+NGEN
This PR (8625) - mean (944ms) : 911, 977
master - mean (948ms) : 899, 998
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8625) - mean (102ms) : 96, 109
master - mean (102ms) : 97, 108
section Bailout
This PR (8625) - mean (103ms) : 97, 108
master - mean (101ms) : 97, 105
section CallTarget+Inlining+NGEN
This PR (8625) - mean (825ms) : 780, 869
master - mean (821ms) : 780, 862
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 (8625) - mean (199ms) : 193, 205
master - mean (198ms) : 190, 206
section Bailout
This PR (8625) - mean (203ms) : 198, 208
master - mean (203ms) : 198, 207
section CallTarget+Inlining+NGEN
This PR (8625) - mean (1,207ms) : 1155, 1258
master - mean (1,197ms) : 1148, 1247
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 (8625) - mean (287ms) : 279, 295
master - mean (286ms) : 278, 295
section Bailout
This PR (8625) - mean (287ms) : 281, 293
master - mean (287ms) : 280, 294
section CallTarget+Inlining+NGEN
This PR (8625) - mean (970ms) : 948, 992
master - mean (966ms) : 945, 987
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8625) - mean (280ms) : 270, 289
master - mean (280ms) : 273, 288
section Bailout
This PR (8625) - mean (281ms) : 275, 286
master - mean (280ms) : 275, 284
section CallTarget+Inlining+NGEN
This PR (8625) - mean (1,158ms) : 1122, 1194
master - mean (1,153ms) : 1115, 1192
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8625) - mean (279ms) : 272, 285
master - mean (280ms) : 273, 286
section Bailout
This PR (8625) - mean (280ms) : 275, 285
master - mean (279ms) : 275, 284
section CallTarget+Inlining+NGEN
This PR (8625) - mean (1,043ms) : 1000, 1086
master - mean (1,038ms) : 993, 1083
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BenchmarksBenchmark execution time: 2026-05-13 14:25:12 Comparing candidate commit 0dd0a12 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 3 performance improvements and 2 performance regressions! Performance is the same for 49 metrics, 18 unstable metrics, 88 known flaky benchmarks, 38 flaky benchmarks without significant changes.
|
Summary of changes
Point
build-dd-trace-dotnet-macrobenchmarks-amitobenchmarking-platform-tools-ubuntu:latestinstead of thedd-trace-dotnet-macrotag.Reason for change
The
dd-trace-dotnet-macroimage tag is stale and missing newer bp-infra features needed for the DD agent upgrade step.APMSP-2993 Allow upgrading DD agent version on Windows benchmarking AMIs
Implementation details
Single line change in
.gitlab/benchmarks/macrobenchmarks.yml.Test coverage
AMI rebuild triggered manually to verify: https://gitlab.ddbuild.io/DataDog/apm-reliability/dd-trace-dotnet/-/jobs/1679352081
Other details