Bump check-azure-pipeline benchmark job timeout from 1h to 2h#8523
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8523) 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 (8523) - mean (72ms) : 70, 75
master - mean (73ms) : 70, 75
section Bailout
This PR (8523) - mean (79ms) : 75, 83
master - mean (80ms) : 75, 84
section CallTarget+Inlining+NGEN
This PR (8523) - mean (1,076ms) : 1031, 1121
master - mean (1,083ms) : 1027, 1139
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 (8523) - mean (115ms) : 110, 119
master - mean (116ms) : 110, 123
section Bailout
This PR (8523) - mean (117ms) : 112, 122
master - mean (117ms) : 110, 124
section CallTarget+Inlining+NGEN
This PR (8523) - mean (779ms) : 752, 806
master - mean (777ms) : 754, 800
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8523) - mean (101ms) : 97, 104
master - mean (100ms) : 96, 104
section Bailout
This PR (8523) - mean (104ms) : 98, 110
master - mean (104ms) : 98, 110
section CallTarget+Inlining+NGEN
This PR (8523) - mean (939ms) : 902, 977
master - mean (939ms) : 897, 980
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8523) - mean (102ms) : 96, 108
master - mean (100ms) : 96, 104
section Bailout
This PR (8523) - mean (101ms) : 98, 103
master - mean (101ms) : 98, 103
section CallTarget+Inlining+NGEN
This PR (8523) - mean (823ms) : 789, 858
master - mean (825ms) : 777, 874
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 (8523) - mean (197ms) : 191, 202
master - mean (201ms) : 192, 210
section Bailout
This PR (8523) - mean (201ms) : 196, 206
master - mean (205ms) : 197, 212
section CallTarget+Inlining+NGEN
This PR (8523) - mean (1,183ms) : 1133, 1232
master - mean (1,185ms) : 1138, 1231
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 (8523) - mean (286ms) : 275, 296
master - mean (289ms) : 279, 300
section Bailout
This PR (8523) - mean (288ms) : 279, 298
master - mean (290ms) : 280, 300
section CallTarget+Inlining+NGEN
This PR (8523) - mean (950ms) : 920, 980
master - mean (944ms) : 919, 968
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8523) - mean (281ms) : 273, 290
master - mean (283ms) : 273, 293
section Bailout
This PR (8523) - mean (282ms) : 273, 292
master - mean (287ms) : 269, 304
section CallTarget+Inlining+NGEN
This PR (8523) - mean (1,146ms) : 1100, 1193
master - mean (1,150ms) : 1099, 1201
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8523) - mean (280ms) : 273, 287
master - mean (280ms) : 270, 290
section Bailout
This PR (8523) - mean (282ms) : 271, 292
master - mean (283ms) : 273, 292
section CallTarget+Inlining+NGEN
This PR (8523) - mean (1,038ms) : 997, 1079
master - mean (1,045ms) : 978, 1111
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BenchmarksBenchmark execution time: 2026-04-27 10:52:24 Comparing candidate commit e438778 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 27 metrics, 0 unstable metrics, 58 known flaky benchmarks, 29 flaky benchmarks without significant changes.
|
Summary of changes
Raise the
timeoutof thecheck-azure-pipelinejob from1hto2hin:.gitlab/benchmarks/macrobenchmarks.yml.gitlab/benchmarks/dsm-throughput.ymlReason for change
The
check-azure-pipelinestage waits on the upstream Azure DevOps pipeline that produces the build under test. That upstream pipeline occasionally exceeds 1h end-to-end, which causes the GitLab benchmarks pipeline to time out and report a failure even though nothing is actually wrong with the benchmarks. Doubling the timeout absorbs this variance and reduces flaky failures on master and PR branches.Implementation details
No code changes
Test coverage
No code changes
Other details