Update build.yml
This commit is contained in:
@@ -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
|
||||
path: BenchmarkDotNet.Artifacts/results
|
||||
|
||||
Reference in New Issue
Block a user