From 9281d8d66dc4379f1d400fcca2c57d551785ee1c Mon Sep 17 00:00:00 2001 From: Filippo Luca Ferretti <102977828+flferretti@users.noreply.github.com> Date: Fri, 28 Feb 2025 13:42:26 +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 93d5e831d..66d3bc102 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 tests/test_benchmarks.py --benchmark-json output.json + run: pytest tests/test_benchmark.py --benchmark-json output.json - name: Download previous benchmark data uses: actions/cache@v4