nix: reduce loadtest result verbosity

This commit is contained in:
steve-chavez
2025-07-16 17:38:33 -05:00
parent d013a1fd77
commit 2d4967c4b4
+1 -4
View File
@@ -238,10 +238,7 @@ let
| ${jq}/bin/jq --slurp 'flatten | group_by(.param) | map(add)' \
| ${toMarkdown}
echo -e "\n\n## Process monitoring results $marker\n"
echo 'Tracks the memory and CPU usage in 1 second intervals for the duration of the loadtest.'
echo -e 'If a branch finishes its loadtest in less seconds than another branch, it will have blank cells for the missing seconds.\n'
echo -e "\n\n## Loadtest elapsed seconds vs CPU/MEM usage $marker\n"
find loadtest -type f -iname '*.csv' \
| sort -m \