Skip to content

Commit a3ff1bb

Browse files
authored
Merge pull request #579 from ckadluba/benchmark-tests
Create performance tests results artifact
2 parents 2b8b037 + af6459e commit a3ff1bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/perftests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ jobs:
1717
- name: Run performance tests
1818
run: ./RunPerfTests.ps1
1919
shell: pwsh
20+
21+
- name: Upload perf test results artifact
22+
uses: actions/upload-artifact@v4
23+
with:
24+
name: perftestresults
25+
path: artifacts\perftests

0 commit comments

Comments
 (0)