Update build.yml

This commit is contained in:
Asriel Camora
2023-11-09 18:16:34 -08:00
committed by GitHub
parent 11c0f291de
commit c95c2b9259
+6 -6
View File
@@ -105,6 +105,12 @@ jobs:
run: |
dotnet run --configuration Release --project Benchmark -- -e json html github csv -f * -d -m
- name: Upload Test Results
uses: actions/upload-artifact@v3
with:
name: BenchmarkResults
path: BenchmarkDotNet.Artifacts/results
- name: Cache Benchmark Data
uses: actions/cache@v1
with:
@@ -121,9 +127,3 @@ jobs:
comment-always: true
alert-threshold: '150%'
alert-comment-cc-users: '@${{github.actor}}'
- name: Upload Test Results
uses: actions/upload-artifact@v3
with:
name: BenchmarkResults
path: BenchmarkDotNet.Artifacts/results