diff options
Diffstat (limited to 'scripts/run-all-perf.sh')
-rwxr-xr-x | scripts/run-all-perf.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/run-all-perf.sh b/scripts/run-all-perf.sh index 91a6d853..7391e3dd 100755 --- a/scripts/run-all-perf.sh +++ b/scripts/run-all-perf.sh @@ -20,6 +20,8 @@ fi model="$1" out="../tmp/results-${model}" +set -e + mkdir -p ${out} mstr="" |