-
Couldn't load subscription status.
- Fork 150
Increase the Gitlab Build timeout #7604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing the following branches/commits: Execution-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 shown 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). gantt
title Execution time (ms) FakeDbCommand (.NET Framework 4.8)
dateFormat X
axisFormat %s
todayMarker off
section Bailout
This PR (7604) - mean (72ms) : 71, 73
. : milestone, 72,
master - mean (72ms) : 71, 73
. : milestone, 72,
section Baseline
This PR (7604) - mean (68ms) : 66, 70
. : milestone, 68,
master - mean (68ms) : 66, 70
. : milestone, 68,
section CallTarget+Inlining+NGEN
This PR (7604) - mean (1,045ms) : 1004, 1086
. : milestone, 1045,
master - mean (1,043ms) : 1007, 1079
. : milestone, 1043,
gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Bailout
This PR (7604) - mean (106ms) : 105, 107
. : milestone, 106,
master - mean (106ms) : 105, 107
. : milestone, 106,
section Baseline
This PR (7604) - mean (105ms) : 103, 108
. : milestone, 105,
master - mean (106ms) : 103, 108
. : milestone, 106,
section CallTarget+Inlining+NGEN
This PR (7604) - mean (751ms) : 701, 800
. : milestone, 751,
master - mean (743ms) : 722, 764
. : milestone, 743,
gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Bailout
This PR (7604) - mean (94ms) : 93, 95
. : milestone, 94,
master - mean (100ms) : 99, 101
. : milestone, 100,
section Baseline
This PR (7604) - mean (93ms) : 91, 95
. : milestone, 93,
master - mean (99ms) : 97, 101
. : milestone, 99,
section CallTarget+Inlining+NGEN
This PR (7604) - mean (703ms) : 682, 724
. : milestone, 703,
master - mean (772ms) : 725, 819
. : milestone, 772,
gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat X
axisFormat %s
todayMarker off
section Bailout
This PR (7604) - mean (93ms) : 91, 94
. : milestone, 93,
master - mean (93ms) : 91, 94
. : milestone, 93,
section Baseline
This PR (7604) - mean (92ms) : 90, 94
. : milestone, 92,
master - mean (92ms) : 89, 94
. : milestone, 92,
section CallTarget+Inlining+NGEN
This PR (7604) - mean (658ms) : 645, 672
. : milestone, 658,
master - mean (660ms) : 646, 674
. : milestone, 660,
gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.8)
dateFormat X
axisFormat %s
todayMarker off
section Bailout
This PR (7604) - mean (202ms) : 197, 206
. : milestone, 202,
master - mean (207ms) : 201, 213
. : milestone, 207,
section Baseline
This PR (7604) - mean (199ms) : 192, 205
. : milestone, 199,
master - mean (202ms) : 196, 208
. : milestone, 202,
section CallTarget+Inlining+NGEN
This PR (7604) - mean (1,187ms) : 1120, 1253
. : milestone, 1187,
master - mean (1,192ms) : 1129, 1256
. : milestone, 1192,
gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Bailout
This PR (7604) - mean (286ms) : 281, 292
. : milestone, 286,
master - mean (288ms) : 279, 297
. : milestone, 288,
section Baseline
This PR (7604) - mean (288ms) : 278, 298
. : milestone, 288,
master - mean (287ms) : 277, 296
. : milestone, 287,
section CallTarget+Inlining+NGEN
This PR (7604) - mean (961ms) : 911, 1010
. : milestone, 961,
master - mean (963ms) : 920, 1005
. : milestone, 963,
gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Bailout
This PR (7604) - mean (281ms) : 272, 290
. : milestone, 281,
master - mean (291ms) : 282, 300
. : milestone, 291,
section Baseline
This PR (7604) - mean (279ms) : 270, 288
. : milestone, 279,
master - mean (291ms) : 281, 301
. : milestone, 291,
section CallTarget+Inlining+NGEN
This PR (7604) - mean (940ms) : 910, 970
. : milestone, 940,
master - mean (1,017ms) : 967, 1066
. : milestone, 1017,
gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat X
axisFormat %s
todayMarker off
section Bailout
This PR (7604) - mean (278ms) : 271, 284
. : milestone, 278,
master - mean (279ms) : 273, 286
. : milestone, 279,
section Baseline
This PR (7604) - mean (278ms) : 271, 286
. : milestone, 278,
master - mean (280ms) : 271, 290
. : milestone, 280,
section CallTarget+Inlining+NGEN
This PR (7604) - mean (865ms) : 842, 888
. : milestone, 865,
master - mean (882ms) : 858, 906
. : milestone, 882,
|
Summary of changes
We are getting recently many errors from the Gitlab build job due to timeouts. The job just does not finish it's task on time. While we investigate ways to speed this process up, we should protect our CI by increasing the timeout.
Reason for change
Implementation details
Test coverage
Other details