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

Automate running benchmarks for all engines #134

Merged
merged 12 commits into from
Apr 18, 2024
Prev Previous commit
Next Next commit
Configure triggers
tellet-q committed Apr 18, 2024
commit 7a94bb34c17b1388c10ce2028015b3bbf193ad37
6 changes: 5 additions & 1 deletion .github/workflows/manual-all-engines-benchmark.yaml
Original file line number Diff line number Diff line change
@@ -3,7 +3,11 @@ name: Manual All Engines Default Benchmarks
on:
push:
branches:
- "ci/benchmark-all-engines"
- "master"
pull_request:
types:
- opened
- reopened
workflow_dispatch:

jobs: