summaryrefslogtreecommitdiff
path: root/Microbenchmarks/Arithmetic-Throughput
diff options
context:
space:
mode:
authorDerf Null <derf@finalrewind.org>2023-04-24 15:54:04 +0200
committerDerf Null <derf@finalrewind.org>2023-04-24 15:54:04 +0200
commitdcd1740432acc7f08dffb26b801089b81646400c (patch)
tree6a4b36c306c959df751b7c5c800e756c7efb38d4 /Microbenchmarks/Arithmetic-Throughput
parent8404f453f7312d5eabc0d0434c38c0549705f571 (diff)
microbenchmarks: create "profile" directory if it does not exist; set -e
Diffstat (limited to 'Microbenchmarks/Arithmetic-Throughput')
-rwxr-xr-xMicrobenchmarks/Arithmetic-Throughput/run.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/Microbenchmarks/Arithmetic-Throughput/run.sh b/Microbenchmarks/Arithmetic-Throughput/run.sh
index 9200e54..3d13aa3 100755
--- a/Microbenchmarks/Arithmetic-Throughput/run.sh
+++ b/Microbenchmarks/Arithmetic-Throughput/run.sh
@@ -1,5 +1,8 @@
#!/bin/bash
+mkdir -p profile
+set -e
+
for i in ADD SUB MUL DIV
do
for j in INT32 FLOAT UINT32 INT64 DOUBLE UINT64