nix: adjacent process monitoring report columns

This commit is contained in:
steve-chavez
2025-06-19 16:36:25 -05:00
parent e1c71c92d6
commit 49de3c1ab8
3 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ let
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 \
| sort -m \
| ${mergeMonitorResults}
'';