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
Currently, the rust-timer bot performs unrolling of rollups. It takes each PR from the rollup, builds it on its own, and creates artifacts that can then be benchmarked. This is implemented here.
Because the unrolling is not done by the main merge bot (bors), it needs a separate set of branches (perf-tmp and try-perf), which brings additional churn and infra complexity. We should port this unrolling to bors, since it is its responsibility to handle rollups, run CI builds, etc.