You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -46,7 +47,9 @@ main = withStdTerminalHandles $ do
46
47
Nothing-> exitFailure
47
48
Just runIngredient ->do
48
49
success <- runIngredient
49
-
unless success exitFailure
50
+
unless success $do
51
+
hPutStrLn stderr "This benchmark is flaky in GitHub Actions due to CI runner load, which can it to run significantly slower than expected. It may be useful to try to re-run the job if it fails."
0 commit comments