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
Prevent duplicate posting of benchmarking completion
Previously the coe relied on the (false) belief that a single commit
would only be started benchmarking once. This is incorrect; we sometimes
aren't aware of the new commits presence in the timing queue when the
next_commit request comes in.
0 commit comments