1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +00:00

reverted hack

This commit is contained in:
Rene Schallner 2023-08-22 16:45:27 +02:00
parent f10b76f229
commit 7fff5a8c5d

View file

@ -12,8 +12,7 @@ rm -f wrk/*.perflog
for S in $SUBJECTS; do for S in $SUBJECTS; do
L="$S.perflog" L="$S.perflog"
# for R in 1 2 3 ; do for R in 1 2 3 ; do
for R in 1 ; do
./wrk/measure.sh $S | tee -a wrk/$L ./wrk/measure.sh $S | tee -a wrk/$L
done done
done done