cc @datapythonista (mentioned today)
In pandas we pinned asv < 0.5.0 in pandas-dev/pandas#45886 because the CI check that ran asv dev was taking 3+ hours.
On main branch before pin: https://github.com/pandas-dev/pandas/runs/5094054780?check_suite_focus=true
On main branch after pin: https://github.com/pandas-dev/pandas/runs/5123068568?check_suite_focus=true
This might be due to other spurious issues (GHA flakiness, etc.), but the fact that pinning the asv version solved this issue is suspicious.