Skip to content

Commit 8a53bfa

Browse files
Publish benchmark results
Publish benchmark results to GitHub Actions workflow artifacts.
1 parent 90b3966 commit 8a53bfa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ jobs:
7575
dotnet run -c Release
7676
working-directory: ./performance/benchmark
7777

78+
- name: Publish benchmark results
79+
uses: actions/upload-artifact@v4
80+
with:
81+
if-no-files-found: error
82+
name: benchmark-results
83+
path: "${{ github.workspace }}/performance/benchmark/BenchmarkDotNet.Artifacts/results"
84+
7885
- name: Run comparison tool for empty models
7986
run: dotnet run -c Release --project ./performance/resultsComparer/resultsComparer.csproj -- compare $OLD_REPORT $NEW_REPORT -p IdenticalMemoryUsage
8087
shell: bash

0 commit comments

Comments
 (0)