Skip to content

Commit

Permalink
add more perf test summary outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Aug 8, 2024
1 parent 9c3d40a commit 47b5413
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: dotnet run -c Release

- name: Save test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-summaries
path: tests/performance/BenchmarkDotNet.Artifacts/results
Expand All @@ -62,3 +62,9 @@ jobs:
echo "## Stream indicators (with Quote caching)" >> $GITHUB_STEP_SUMMARY
cat Performance.StreamIndicators-report-github.md >> $GITHUB_STEP_SUMMARY
echo "## Incremental indicators (with buffer)" >> $GITHUB_STEP_SUMMARY
cat Performance.Incrementals-report-github.md >> $GITHUB_STEP_SUMMARY
echo "## Utilities" >> $GITHUB_STEP_SUMMARY
cat Performance.Utility-report-github.md >> $GITHUB_STEP_SUMMARY

0 comments on commit 47b5413

Please sign in to comment.