Skip to content

Commit

Permalink
New manual workflow for running benches
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Apr 25, 2023
1 parent 049cfaa commit 840a127
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/manual_run_bench.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Manually run the benchmarks

on:
workflow_dispatch:

jobs:

run-benchmarks:
runs-on: ubuntu-latest
steps:
- name: Check if commit belongs to a PR
run: |
echo "TODO(jleibs): Run benches"

0 comments on commit 840a127

Please sign in to comment.