Skip to content

Commit d059a5a

Browse files
author
Pat
authored
workflows: upload plots and fix performance test dir (fluent#5621)
* workflows: upload plots [skip-ci] Signed-off-by: Patrick Stephens <[email protected]> * workflows: fix perf-testt Signed-off-by: Patrick Stephens <[email protected]>
1 parent 434c4a4 commit d059a5a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/pr-perf-test.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,17 @@ jobs:
3939
curl -L https://raw.githubusercontent.com/fluent/fluent-bit-ci/master/scripts/docker-compose-monitor.sh | bash
4040
shell: bash
4141
env:
42-
TEST_DIRECTORY: ./examples/perf-test
42+
TEST_DIRECTORY: ./examples/perf_test
4343
SERVICE_TO_MONITOR: fb-delta
4444
RUN_TIMEOUT_MINUTES: 30
4545

46+
- name: Upload plots
47+
continue-on-error: true
48+
uses: edunad/[email protected]
49+
with:
50+
path: './output/*.png'
51+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52+
4653
- name: Upload any results
4754
if: always()
4855
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)