nix: better monitoring loadtest report readability

This commit is contained in:
steve-chavez
2025-06-17 16:38:06 -05:00
parent 38332d9462
commit 7dbb8cd987
2 changed files with 7 additions and 4 deletions
+3
View File
@@ -231,6 +231,9 @@ let
echo -e '\n\n## Process monitoring results\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'
find loadtest -type f -iname '*.csv' \
| sort -nr \
| ${mergeMonitorResults}