aboutsummaryrefslogtreecommitdiff
path: root/test.sh
blob: 84d3ee9d1a65aa73e6c7cc86b47d1650fae8443b (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

bytes=${1:-100}

make &>/dev/null

for i in 300 1200 2400 4800 9600 19200 33600 57600 115200; do
	SLOWBAUD_DEBUG=1 time ./slowbaud $i -b $bytes
done 2>&1 | tee test.out