We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434c4a4 commit d059a5aCopy full SHA for d059a5a
.github/workflows/pr-perf-test.yaml
@@ -39,10 +39,17 @@ jobs:
39
curl -L https://raw.githubusercontent.com/fluent/fluent-bit-ci/master/scripts/docker-compose-monitor.sh | bash
40
shell: bash
41
env:
42
- TEST_DIRECTORY: ./examples/perf-test
+ TEST_DIRECTORY: ./examples/perf_test
43
SERVICE_TO_MONITOR: fb-delta
44
RUN_TIMEOUT_MINUTES: 30
45
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
+
53
- name: Upload any results
54
if: always()
55
uses: actions/upload-artifact@v3
0 commit comments