Skip to content

Commit 11c0f29

Browse files
authored
Update build.yml
1 parent 974ebf6 commit 11c0f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Benchmark
105105
run: |
106-
dotnet run --configuration Release --project Benchmark -- -e json html github csv -f * -d -m --counters BranchMispredictions
106+
dotnet run --configuration Release --project Benchmark -- -e json html github csv -f * -d -m
107107
108108
- name: Cache Benchmark Data
109109
uses: actions/cache@v1
@@ -126,4 +126,4 @@ jobs:
126126
uses: actions/upload-artifact@v3
127127
with:
128128
name: BenchmarkResults
129-
path: BenchmarkDotNet.Artifacts/results
129+
path: BenchmarkDotNet.Artifacts/results

0 commit comments

Comments
 (0)