summaryrefslogtreecommitdiff
path: root/scripts/run-all-perf.sh
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2023-08-29 10:50:30 +0300
committerGeorgi Gerganov <ggerganov@gmail.com>2023-08-29 10:50:30 +0300
commit611363ac791435497e66278dfe31ac8a4e11fa4f (patch)
tree0a06fd8376eac5c787bc0616e53d19c9510391b8 /scripts/run-all-perf.sh
parent95b6e5212f5e4e1419de1d833d7f8d788f9f2227 (diff)
scripts : add pipefail
Diffstat (limited to 'scripts/run-all-perf.sh')
-rwxr-xr-xscripts/run-all-perf.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/run-all-perf.sh b/scripts/run-all-perf.sh
index 7391e3dd..6384e364 100755
--- a/scripts/run-all-perf.sh
+++ b/scripts/run-all-perf.sh
@@ -20,6 +20,7 @@ fi
model="$1"
out="../tmp/results-${model}"
+set -o pipefail
set -e
mkdir -p ${out}