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 90b3966 commit 8a53bfaCopy full SHA for 8a53bfa
.github/workflows/ci-cd.yml
@@ -75,6 +75,13 @@ jobs:
75
dotnet run -c Release
76
working-directory: ./performance/benchmark
77
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
+
85
- name: Run comparison tool for empty models
86
run: dotnet run -c Release --project ./performance/resultsComparer/resultsComparer.csproj -- compare $OLD_REPORT $NEW_REPORT -p IdenticalMemoryUsage
87
shell: bash
0 commit comments