[Smoke Test Docker Image Bump] Updating docker image tags#8650
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8650) 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 (8650) - mean (73ms) : 70, 75
master - mean (75ms) : 71, 80
section Bailout
This PR (8650) - mean (77ms) : 75, 78
master - mean (79ms) : 75, 82
section CallTarget+Inlining+NGEN
This PR (8650) - mean (1,104ms) : 1060, 1148
master - mean (1,100ms) : 1057, 1144
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 (8650) - mean (113ms) : 109, 117
master - mean (116ms) : 109, 123
section Bailout
This PR (8650) - mean (117ms) : 111, 123
master - mean (115ms) : 111, 118
section CallTarget+Inlining+NGEN
This PR (8650) - mean (789ms) : 763, 815
master - mean (788ms) : 768, 808
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8650) - mean (103ms) : 97, 110
master - mean (101ms) : 97, 106
section Bailout
This PR (8650) - mean (106ms) : 97, 114
master - mean (101ms) : 99, 103
section CallTarget+Inlining+NGEN
This PR (8650) - mean (947ms) : 909, 985
master - mean (950ms) : 911, 988
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8650) - mean (99ms) : 95, 103
master - mean (102ms) : 96, 107
section Bailout
This PR (8650) - mean (103ms) : 98, 108
master - mean (104ms) : 98, 109
section CallTarget+Inlining+NGEN
This PR (8650) - mean (822ms) : 777, 868
master - mean (823ms) : 788, 858
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 (8650) - mean (198ms) : 192, 204
master - mean (198ms) : 191, 205
section Bailout
This PR (8650) - mean (202ms) : 197, 206
master - mean (201ms) : 197, 205
section CallTarget+Inlining+NGEN
This PR (8650) - mean (1,200ms) : 1160, 1240
master - mean (1,199ms) : 1141, 1256
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 (8650) - mean (287ms) : 279, 294
master - mean (285ms) : 275, 294
section Bailout
This PR (8650) - mean (286ms) : 278, 294
master - mean (285ms) : 277, 293
section CallTarget+Inlining+NGEN
This PR (8650) - mean (966ms) : 946, 987
master - mean (958ms) : 934, 981
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8650) - mean (279ms) : 271, 286
master - mean (279ms) : 272, 286
section Bailout
This PR (8650) - mean (280ms) : 271, 289
master - mean (277ms) : 272, 282
section CallTarget+Inlining+NGEN
This PR (8650) - mean (1,157ms) : 1119, 1195
master - mean (1,151ms) : 1108, 1194
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8650) - mean (279ms) : 269, 288
master - mean (278ms) : 272, 284
section Bailout
This PR (8650) - mean (280ms) : 270, 290
master - mean (278ms) : 272, 283
section CallTarget+Inlining+NGEN
This PR (8650) - mean (1,038ms) : 995, 1081
master - mean (1,031ms) : 991, 1071
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BenchmarksBenchmark execution time: 2026-05-18 01:56:03 Comparing candidate commit 9b382f0 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 0 performance improvements and 4 performance regressions! Performance is the same for 48 metrics, 20 unstable metrics, 89 known flaky benchmarks, 37 flaky benchmarks without significant changes.
|
Updates the docker images used for smoke tests.