Update build.yml

This commit is contained in:
Asriel Camora
2023-11-09 17:54:42 -08:00
committed by GitHub
parent 974ebf68e7
commit 11c0f291de
+2 -2
View File
@@ -103,7 +103,7 @@ jobs:
- name: Benchmark - name: Benchmark
run: | 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 - name: Cache Benchmark Data
uses: actions/cache@v1 uses: actions/cache@v1
@@ -126,4 +126,4 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: BenchmarkResults name: BenchmarkResults
path: BenchmarkDotNet.Artifacts/results path: BenchmarkDotNet.Artifacts/results