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