From 974ebf68e7c6c52f9e3ccaf340b98c2dd36b571f Mon Sep 17 00:00:00 2001 From: Asriel Camora Date: Thu, 9 Nov 2023 17:50:27 -0800 Subject: [PATCH] hyper-v schenanigans --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a57589..f48e565 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+CacheMisses+TotalCycles + dotnet run --configuration Release --project Benchmark -- -e json html github csv -f * -d -m --counters BranchMispredictions - name: Cache Benchmark Data uses: actions/cache@v1