Commit be92d8e7 authored by Stefan Westerfeld's avatar Stefan Westerfeld

Improved speed test Makefile generation.

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent a2f8431b
...@@ -16,7 +16,7 @@ do ...@@ -16,7 +16,7 @@ do
echo -n " speed-$CLIP-$STRENGTH-$SEED" echo -n " speed-$CLIP-$STRENGTH-$SEED"
done done
# full file # full file
echo -n " speed-$STRENGTH-$SEED" echo -n " speed-full-$STRENGTH-$SEED"
done done
done done
...@@ -37,7 +37,7 @@ do ...@@ -37,7 +37,7 @@ do
echo echo
done done
# full file # full file
FILE="speed-$STRENGTH-$SEED" FILE="speed-full-$STRENGTH-$SEED"
echo "$FILE:" echo "$FILE:"
echo -e "\t( cd ..; AWM_RAND_PATTERN=1 AWM_SET=huge2 AWM_PARAMS='--strength $STRENGTH' AWM_SPEED=1 AWM_SEEDS=$SEED AWM_FILE='t-$FILE' ber-test.sh mp3 128 ) >x$FILE" echo -e "\t( cd ..; AWM_RAND_PATTERN=1 AWM_SET=huge2 AWM_PARAMS='--strength $STRENGTH' AWM_SPEED=1 AWM_SEEDS=$SEED AWM_FILE='t-$FILE' ber-test.sh mp3 128 ) >x$FILE"
echo -e "\tmv x$FILE $FILE" echo -e "\tmv x$FILE $FILE"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment