From 71ea7543a079b9c3120a68aefb31a43f3e37d9e5 Mon Sep 17 00:00:00 2001 From: Jiri Vlasak Date: Fri, 7 Dec 2018 18:45:34 +0100 Subject: [PATCH] Update test script with T2, T3 testing --- test.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test.sh b/test.sh index 7eb5fb1..8a9cb94 100644 --- a/test.sh +++ b/test.sh @@ -1,7 +1,6 @@ #!/bin/bash LOGDIR="log" -RESDIR="nn2" -mkdir -p ${LOGDIR}/${RESDIR} +mkdir -p ${LOGDIR}/{T2,T3} #for SC in {lpar,rpar,lper,rper}; do for p in `ls bin/`; for i in {0..19999}; do for SC in {lpar,}; do for p in `ls bin/`; @@ -10,7 +9,7 @@ do # valgrind \ # --tool=callgrind \ # --callgrind-out-file=log/${p}_${SC}.callgrind \ - ./bin/$p < ${SC}.json > ${LOGDIR}/${RESDIR}/${i}.json \ + ./bin/$p < ${SC}.json > ${LOGDIR}/${p}/${i}.json \ #&& python plot.py $SC.json log/${p}_${SC}.json done done done -- 2.39.2