[Smoke Test Docker Image Bump] Updating docker image tags#8838
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8838) 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 (8838) - mean (73ms) : 70, 77
master - mean (72ms) : 69, 75
section Bailout
This PR (8838) - mean (76ms) : 73, 80
master - mean (75ms) : 73, 76
section CallTarget+Inlining+NGEN
This PR (8838) - mean (1,084ms) : 1039, 1129
master - mean (1,077ms) : 1028, 1125
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 (8838) - mean (114ms) : 108, 120
master - mean (112ms) : 108, 117
section Bailout
This PR (8838) - mean (111ms) : 109, 113
master - mean (110ms) : 109, 112
section CallTarget+Inlining+NGEN
This PR (8838) - mean (776ms) : 756, 796
master - mean (771ms) : 753, 789
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8838) - mean (100ms) : 94, 106
master - mean (100ms) : 95, 105
section Bailout
This PR (8838) - mean (98ms) : 96, 100
master - mean (98ms) : 95, 101
section CallTarget+Inlining+NGEN
This PR (8838) - mean (933ms) : 898, 968
master - mean (934ms) : 896, 973
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8838) - mean (94ms) : 92, 97
master - mean (94ms) : 92, 97
section Bailout
This PR (8838) - mean (98ms) : 93, 104
master - mean (98ms) : 93, 104
section CallTarget+Inlining+NGEN
This PR (8838) - mean (816ms) : 770, 862
master - mean (808ms) : 773, 843
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 (8838) - mean (203ms) : 198, 209
master - mean (202ms) : 196, 207
section Bailout
This PR (8838) - mean (207ms) : 202, 211
master - mean (206ms) : 201, 211
section CallTarget+Inlining+NGEN
This PR (8838) - mean (1,220ms) : 1164, 1277
master - mean (1,210ms) : 1169, 1251
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 (8838) - mean (292ms) : 285, 299
master - mean (290ms) : 284, 296
section Bailout
This PR (8838) - mean (294ms) : 289, 300
master - mean (291ms) : 287, 295
section CallTarget+Inlining+NGEN
This PR (8838) - mean (982ms) : 963, 1001
master - mean (975ms) : 952, 997
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8838) - mean (287ms) : 281, 292
master - mean (284ms) : 277, 292
section Bailout
This PR (8838) - mean (283ms) : 278, 288
master - mean (286ms) : 280, 293
section CallTarget+Inlining+NGEN
This PR (8838) - mean (1,184ms) : 1144, 1224
master - mean (1,172ms) : 1128, 1216
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8838) - mean (284ms) : 276, 292
master - mean (283ms) : 275, 290
section Bailout
This PR (8838) - mean (283ms) : 275, 290
master - mean (283ms) : 276, 289
section CallTarget+Inlining+NGEN
This PR (8838) - mean (1,050ms) : 1004, 1097
master - mean (1,045ms) : 998, 1093
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BenchmarksBenchmark execution time: 2026-06-29 01:51:48 Comparing candidate commit 205b7ba in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 72 metrics, 0 unstable metrics, 62 known flaky benchmarks, 64 flaky benchmarks without significant changes.
|
Updates the docker images used for smoke tests.