From 91a8b9eedb87e09d8a1cbd1536d9fa614746e18f Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sun, 20 Feb 2022 10:28:07 -0600 Subject: [PATCH] Bugfix: adjust collect_measurements to new directory layout --- tests/performance/collect_measurements | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/performance/collect_measurements b/tests/performance/collect_measurements index b7ad6b12c2..9c2ce80282 100755 --- a/tests/performance/collect_measurements +++ b/tests/performance/collect_measurements @@ -38,7 +38,11 @@ timestamp="$(sed -n -e 's/.*Timestamp: \+\(.*\)/\1/p' revision.log)" # list of values: # -output="$(for i in tests/performance/*/output tests/performance/*/mpirun*/output +output="$(for i in \ + tests/performance/*/output \ + tests/performance/*/mpirun*/output \ + tests/performance/*/mpirun*/threads*/output \ + tests/performance/*/threads*/output do # Skip output files that have fewer than 3 lines if [[ "$(wc -l $i 2> /dev/null | awk '{ print $1 }')" -le 2 ]]; then -- 2.39.5