/ concept-collection / benchcompress
Sign in
concept-collection / benchcompress
fix benchmark workflow
Jeremy Magland <jmagland@flatironinstitute.org> committed commit 5a8f5df6d5d1 parent 89c8702 Browse files
1 changed file+1−1
.github/workflows/benchmark.ymlmodified+1−1View file
@@ -30,7 +30,7 @@ jobs:
3030 env:
3131 MEMOBIN_API_KEY: ${{ secrets.MEMOBIN_API_KEY }}
3232 run: |
33- python zia_benchmark/src/zia_benchmark/run_benchmarks.py
33+ python scripts/run_benchmarks.py
3434
3535 - name: Configure Git
3636 if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
moveopenescclose