From e982de981c026c6567acd07140edcde9b2a2c6e3 Mon Sep 17 00:00:00 2001 From: Rinne Date: Wed, 8 May 2024 21:54:16 +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 c2693f15c..60e9ce853 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 --filter * + run: dotnet run --project LLama.Benchmark/LLama.Benchmark.csproj -c Release --anyCategories LLama - name: Upload artifacts if: always() uses: actions/upload-artifact@v3