diff --git a/.github/workflows/gpu_benchmark.yml b/.github/workflows/gpu_benchmark.yml index 06880b304..93d5e831d 100644 --- a/.github/workflows/gpu_benchmark.yml +++ b/.github/workflows/gpu_benchmark.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v4 - name: Run benchmark and store result - run: pytest bench.py --benchmark-json output.json + run: pytest tests/test_benchmarks.py --benchmark-json output.json - name: Download previous benchmark data uses: actions/cache@v4