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 20aa7e9 commit 974ebf6Copy full SHA for 974ebf6
.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+CacheMisses+TotalCycles
+ dotnet run --configuration Release --project Benchmark -- -e json html github csv -f * -d -m --counters BranchMispredictions
107
108
- name: Cache Benchmark Data
109
uses: actions/cache@v1
0 commit comments