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/CPU-DPU/run.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Microbenchmarks/CPU-DPU') diff --git a/Microbenchmarks/CPU-DPU/run.sh b/Microbenchmarks/CPU-DPU/run.sh index 09cdd7a..0132cb1 100755 --- a/Microbenchmarks/CPU-DPU/run.sh +++ b/Microbenchmarks/CPU-DPU/run.sh @@ -1,5 +1,8 @@ #!/bin/bash +mkdir -p profile +set -e + for i in 1 2 4 8 16 32 64 do for j in 1 -- cgit v1.2.3