From 01be72d1d8b4860a795f6fcaf1d5099b02f299e8 Mon Sep 17 00:00:00 2001 From: Filippo Luca Ferretti <102977828+flferretti@users.noreply.github.com> Date: Fri, 28 Feb 2025 13:40:23 +0100 Subject: [PATCH] Update gpu_benchmark.yml --- .github/workflows/gpu_benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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