aboutsummaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-07-24 14:08:29 -0400
committerB. Watson <yalhcru@gmail.com>2021-07-24 14:08:29 -0400
commit5cc08ed2e9c465e0e8290410fc0a10e5737fc058 (patch)
treeac20a5b1f92cf07d7a69309b3a995ce4b83eb7c0 /test.sh
parentf81125b285faa47273f699873fe49871123d0924 (diff)
downloadslowbaud-5cc08ed2e9c465e0e8290410fc0a10e5737fc058.tar.gz
Move notes to separate NOTES.txt, add CPU time display
Diffstat (limited to 'test.sh')
-rw-r--r--test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index 85fc4bc..ef7581f 100644
--- a/test.sh
+++ b/test.sh
@@ -5,6 +5,6 @@ bytes=${1:-100}
make &>/dev/null
for i in 300 1200 2400 4800 9600 19200 33600 57600 115200; do
- SLOWBAUD_DEBUG=1 time -p ./slowbaud $i -b $bytes
+ SLOWBAUD_DEBUG=1 ./slowbaud $i -b $bytes
echo
done 2>&1 | tee test.out