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
We only benchmark the latest known commit when a git repository is updated... but the git push could have added more than one commit at the same time. If we don't benchmark the intermediate commits, then the graph timeline is harder to read as it doesn't reflect the true git history.
As a bonus, this might help with retro-benchmarking: We currently have to wait for each benchmark to complete, rather than submitting multiple commits corresponding to the different versions in one go!
(related to the removal of old commits #378 which looks a bit easier to handle first)
The text was updated successfully, but these errors were encountered:
We only benchmark the latest known commit when a git repository is updated... but the git push could have added more than one commit at the same time. If we don't benchmark the intermediate commits, then the graph timeline is harder to read as it doesn't reflect the true git history.
As a bonus, this might help with retro-benchmarking: We currently have to wait for each benchmark to complete, rather than submitting multiple commits corresponding to the different versions in one go!
(related to the removal of old commits #378 which looks a bit easier to handle first)
The text was updated successfully, but these errors were encountered: