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 8dfc3ab commit c29ca16Copy full SHA for c29ca16
.github/workflows/ci.yml
@@ -448,5 +448,11 @@ jobs:
448
--title "Memory and CPU Usage (Benchmarking ${COMMIT_HASH})\n Ubuntu, Java 11" \
449
--output "benchmarking-mem-cpu.png" \
450
"${KEY_POINTS_ARGS[@]}"
451
-
452
shell: bash
+
453
+ - name: Upload memory and CPU graph (Mac and Linux)
454
+ uses: actions/upload-artifact@v4
455
+ with:
456
+ name: benchmarking-mem-cpu.png
457
+ path: benchmarking-mem-cpu.png
458
+ retention-days: 7
0 commit comments