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 72f21a9 commit 284dffcCopy full SHA for 284dffc
.github/workflows/ci.yml
@@ -476,5 +476,11 @@ jobs:
476
--title "Memory and CPU Usage (Benchmarking ${COMMIT_HASH})\n Ubuntu, Java 11" \
477
--output "benchmarking-mem-cpu.png" \
478
"${KEY_POINTS_ARGS[@]}"
479
-
480
shell: bash
+
481
+ - name: Upload memory and CPU graph (Mac and Linux)
482
+ uses: actions/upload-artifact@v4
483
+ with:
484
+ name: benchmarking-mem-cpu.png
485
+ path: benchmarking-mem-cpu.png
486
+ retention-days: 7
0 commit comments