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
Right now our workflow for triggering benchmarks is to add a label on a PR that we want to run benchmarks on, then push a change to run the benchmark. This is not as ideal since:
If you don't have any pending changes, you need to push an empty diff to trigger the benchmark.
Every new change triggers a new benchmark run, which wastes CI time.
We should look into using a bot that picks up comments on PRs to trigger benchmarks.
The text was updated successfully, but these errors were encountered:
Right now our workflow for triggering benchmarks is to add a label on a PR that we want to run benchmarks on, then push a change to run the benchmark. This is not as ideal since:
We should look into using a bot that picks up comments on PRs to trigger benchmarks.
The text was updated successfully, but these errors were encountered: