Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a bot to trigger benchmarks using a comment on PRs #4180

Open
jedel1043 opened this issue Feb 26, 2025 · 0 comments
Open

Create a bot to trigger benchmarks using a comment on PRs #4180

jedel1043 opened this issue Feb 26, 2025 · 0 comments
Labels
github_actions Pull requests that update Github_actions code

Comments

@jedel1043
Copy link
Member

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.

@jedel1043 jedel1043 added the github_actions Pull requests that update Github_actions code label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update Github_actions code
Projects
None yet
Development

No branches or pull requests

1 participant