diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09a0b443d..27005a094 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,7 +154,7 @@ jobs: - name: Run Benchmarks if: matrix.config.kind == 'bench' - run: python ./tools/benchmark.py --release + run: cargo bench - name: Post Benchmarks if: | |
