[Smoke Test Docker Image Bump] Updating docker image tags#8521
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8521) 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 (8521) - mean (73ms) : 70, 75
master - mean (73ms) : 70, 76
section Bailout
This PR (8521) - mean (77ms) : 76, 79
master - mean (77ms) : 75, 79
section CallTarget+Inlining+NGEN
This PR (8521) - mean (1,084ms) : 1034, 1135
master - mean (1,080ms) : 1037, 1123
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 (8521) - mean (114ms) : 109, 119
master - mean (115ms) : 110, 120
section Bailout
This PR (8521) - mean (115ms) : 113, 118
master - mean (115ms) : 113, 117
section CallTarget+Inlining+NGEN
This PR (8521) - mean (782ms) : 747, 816
master - mean (780ms) : 751, 809
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8521) - mean (100ms) : 97, 104
master - mean (104ms) : 98, 109
section Bailout
This PR (8521) - mean (104ms) : 98, 110
master - mean (104ms) : 98, 109
section CallTarget+Inlining+NGEN
This PR (8521) - mean (939ms) : 904, 973
master - mean (938ms) : 907, 969
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8521) - mean (102ms) : 96, 107
master - mean (100ms) : 97, 103
section Bailout
This PR (8521) - mean (102ms) : 100, 104
master - mean (101ms) : 98, 103
section CallTarget+Inlining+NGEN
This PR (8521) - mean (824ms) : 783, 865
master - mean (822ms) : 779, 864
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 (8521) - mean (200ms) : 193, 207
master - mean (198ms) : 191, 205
section Bailout
This PR (8521) - mean (204ms) : 198, 211
master - mean (202ms) : 196, 208
section CallTarget+Inlining+NGEN
This PR (8521) - mean (1,190ms) : 1131, 1248
master - mean (1,179ms) : 1125, 1232
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 (8521) - mean (287ms) : 276, 298
master - mean (282ms) : 275, 289
section Bailout
This PR (8521) - mean (289ms) : 279, 299
master - mean (285ms) : 276, 293
section CallTarget+Inlining+NGEN
This PR (8521) - mean (949ms) : 916, 982
master - mean (936ms) : 902, 970
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8521) - mean (284ms) : 269, 298
master - mean (279ms) : 268, 289
section Bailout
This PR (8521) - mean (283ms) : 274, 292
master - mean (277ms) : 268, 286
section CallTarget+Inlining+NGEN
This PR (8521) - mean (1,145ms) : 1103, 1186
master - mean (1,143ms) : 1101, 1185
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8521) - mean (278ms) : 269, 288
master - mean (276ms) : 267, 285
section Bailout
This PR (8521) - mean (283ms) : 270, 295
master - mean (277ms) : 266, 287
section CallTarget+Inlining+NGEN
This PR (8521) - mean (1,041ms) : 984, 1099
master - mean (1,033ms) : 987, 1079
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BenchmarksBenchmark execution time: 2026-04-27 01:56:07 Comparing candidate commit f2953b0 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 27 metrics, 0 unstable metrics, 61 known flaky benchmarks, 26 flaky benchmarks without significant changes.
|
Updates the docker images used for smoke tests.