From 910c1663e05deb7a3b6acf174d0aa71544e9f53a Mon Sep 17 00:00:00 2001 From: Rinne Date: Wed, 8 May 2024 21:30:17 +0800 Subject: [PATCH] debug --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 94e65ea9..c2693f15 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -77,7 +77,7 @@ jobs: dotnet build LLama/LLamaSharp.csproj -c Release --no-restore dotnet build LLama.Benchmark/LLama.Benchmark.csproj -c Release --no-restore - name: Run benchmark test - run: dotnet run --project LLama.Benchmark/LLama.Benchmark.csproj -c Release -f '*' + run: dotnet run --project LLama.Benchmark/LLama.Benchmark.csproj -c Release --filter * - name: Upload artifacts if: always() uses: actions/upload-artifact@v3