From: Matthias Maier Date: Sun, 20 Feb 2022 16:28:07 +0000 (-0600) Subject: Bugfix: adjust collect_measurements to new directory layout X-Git-Tag: v9.4.0-rc1~462^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13423%2Fhead;p=dealii.git Bugfix: adjust collect_measurements to new directory layout --- 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