diff options
author | Derf Null <derf@finalrewind.org> | 2023-04-24 15:54:04 +0200 |
---|---|---|
committer | Derf Null <derf@finalrewind.org> | 2023-04-24 15:54:04 +0200 |
commit | dcd1740432acc7f08dffb26b801089b81646400c (patch) | |
tree | 6a4b36c306c959df751b7c5c800e756c7efb38d4 /Microbenchmarks/Random-GUPS | |
parent | 8404f453f7312d5eabc0d0434c38c0549705f571 (diff) |
microbenchmarks: create "profile" directory if it does not exist; set -e
Diffstat (limited to 'Microbenchmarks/Random-GUPS')
-rwxr-xr-x | Microbenchmarks/Random-GUPS/run.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Microbenchmarks/Random-GUPS/run.sh b/Microbenchmarks/Random-GUPS/run.sh index 8c33392..f2fb7ff 100755 --- a/Microbenchmarks/Random-GUPS/run.sh +++ b/Microbenchmarks/Random-GUPS/run.sh @@ -1,5 +1,8 @@ #!/bin/bash +mkdir -p profile +set -e + for i in 1 do for j in 1 2 4 8 12 16 |