From 11c0f291de49c90497fdabc8bd0b4e122034cbb9 Mon Sep 17 00:00:00 2001 From: Asriel Camora Date: Thu, 9 Nov 2023 17:54:42 -0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f48e565..9d11357 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,7 @@ jobs: - name: Benchmark run: | - dotnet run --configuration Release --project Benchmark -- -e json html github csv -f * -d -m --counters BranchMispredictions + dotnet run --configuration Release --project Benchmark -- -e json html github csv -f * -d -m - name: Cache Benchmark Data uses: actions/cache@v1 @@ -126,4 +126,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: BenchmarkResults - path: BenchmarkDotNet.Artifacts/results \ No newline at end of file + path: BenchmarkDotNet.Artifacts/results