Run Benchmarks #398
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Run Benchmarks | |
| on: | |
| # Allow manual runs from the Actions tab for testing | |
| workflow_dispatch: | |
| schedule: | |
| - cron: "0 0 * * *" # Runs at 00:00 UTC every day | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| run_benchmarks: | |
| name: Run Tokamax benchmarks | |
| uses: google-ml-infra/actions/.github/workflows/run-benchmarks.yaml@1a80c6f935a5f5a3d1fb0a40edcdea1758406efa | |
| with: | |
| registry_file: "tokamax/benchmarks/benchmark_registry.pbtxt" | |
| ml_actions_ref: "1a80c6f935a5f5a3d1fb0a40edcdea1758406efa" | |
| publish_metrics: true | |
| pub_sub_gcp_project_id: "ml-oss-benchmarking-production" | |
| pub_sub_gcp_topic_id: "public-results-prod" |