We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974ebf6 commit 11c0f29Copy full SHA for 11c0f29
.github/workflows/build.yml
@@ -103,7 +103,7 @@ jobs:
103
104
- name: Benchmark
105
run: |
106
- 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
107
108
- name: Cache Benchmark Data
109
uses: actions/cache@v1
@@ -126,4 +126,4 @@ jobs:
126
uses: actions/upload-artifact@v3
127
with:
128
name: BenchmarkResults
129
- path: BenchmarkDotNet.Artifacts/results
+ path: BenchmarkDotNet.Artifacts/results
0 commit comments