Skip to content

Commit e9869c6

Browse files
committed
Create perftest result on release
Upload performance test results as an artifact in release.yml
1 parent b656d7a commit e9869c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jobs:
3939
run: ./RunPerfTests.ps1 -Filter "*QuickBenchmarks*"
4040
shell: pwsh
4141

42+
- name: Upload perf test results artifact
43+
uses: actions/upload-artifact@v4
44+
with:
45+
name: perftestresults
46+
path: artifacts\perftests
47+
4248
- name: Get last commit message
4349
id: last_commit
4450
if: success() && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)