Skip to content

Commit

Permalink
Merge pull request serilog-mssql#579 from ckadluba/benchmark-tests
Browse files Browse the repository at this point in the history
Create performance tests results artifact
  • Loading branch information
ckadluba authored Oct 1, 2024
2 parents 2b8b037 + af6459e commit a3ff1bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/perftests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ jobs:
- name: Run performance tests
run: ./RunPerfTests.ps1
shell: pwsh

- name: Upload perf test results artifact
uses: actions/upload-artifact@v4
with:
name: perftestresults
path: artifacts\perftests

0 comments on commit a3ff1bb

Please sign in to comment.