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
If a developer wants to compare how the current version of the bot is behaving against the target branch e.g. master, there's no way to do that with the current commands: they would need to open a useless pull request just for that.
There should be a command in the likes of /bench target-branch ... which runs the benchmarks against the target branch and posts the weights diff as a comment.
If a developer wants to compare how the current version of the bot is behaving against the target branch e.g.
master, there's no way to do that with the current commands: they would need to open a useless pull request just for that.There should be a command in the likes of
/bench target-branch ...which runs the benchmarks against the target branch and posts the weights diff as a comment.