From 2d4967c4b40faea70a1c0464eac0cd85c6e5a88b Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Wed, 16 Jul 2025 17:36:02 -0500 Subject: [PATCH] nix: reduce loadtest result verbosity --- nix/tools/loadtest.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nix/tools/loadtest.nix b/nix/tools/loadtest.nix index b70350c3d..6aed3ca60 100644 --- a/nix/tools/loadtest.nix +++ b/nix/tools/loadtest.nix @@ -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 \