fix benchmark workflow
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'