diff options
author | B. Watson <yalhcru@gmail.com> | 2021-07-22 16:52:44 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2021-07-22 16:52:44 -0400 |
commit | d0a45f122e4db88c0f2fed90717fb8fc8b722575 (patch) | |
tree | c13bc0b1fd03ba9ce67f76a74e4d739b5fffb502 | |
parent | 77fb4c791241998a85496388337a2d4c80e512c7 (diff) | |
download | slowbaud-d0a45f122e4db88c0f2fed90717fb8fc8b722575.tar.gz |
time -p
-rw-r--r-- | test.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,5 +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 ./slowbaud $i -b $bytes + SLOWBAUD_DEBUG=1 time -p ./slowbaud $i -b $bytes + echo done 2>&1 | tee test.out |