From dcd1740432acc7f08dffb26b801089b81646400c Mon Sep 17 00:00:00 2001 From: Derf Null Date: Mon, 24 Apr 2023 15:54:04 +0200 Subject: microbenchmarks: create "profile" directory if it does not exist; set -e --- Microbenchmarks/Arithmetic-Throughput/run.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Microbenchmarks/Arithmetic-Throughput') 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 -- cgit v1.2.3