compare_testfiles.sh: fix whitespace

This commit is contained in:
Peter Meerwald-Stadler 2021-04-27 15:42:00 +02:00
parent 9bf2210d40
commit ab9382ea4a

View File

@ -9,7 +9,6 @@ fi
tlctest() tlctest()
{ {
OUT=`(time $TLC $1) 2>&1 | grep real | cut -f 2 | cut -c 3-` OUT=`(time $TLC $1) 2>&1 | grep real | cut -f 2 | cut -c 3-`
echo "tlc: $1 $OUT" echo "tlc: $1 $OUT"
return 0 return 0
@ -36,7 +35,7 @@ tlctest test_1GB.txt
tlctest test_10GB.txt tlctest test_10GB.txt
echo Timing for 'python' echo Timing for 'python'
pythontest test_10MB.txt pythontest test_10MB.txt
pythontest test_100MB.txt pythontest test_100MB.txt
pythontest test_1GB.txt pythontest test_1GB.txt
pythontest test_10GB.txt pythontest test_10GB.txt