X-Git-Url: https://git.llucax.com/z.facultad/75.06/jacu.git/blobdiff_plain/0f42c4e5799b1dcdc60f675e664810cb72a481da..HEAD:/calgary_tests/test_calgary_zip.sh?ds=sidebyside diff --git a/calgary_tests/test_calgary_zip.sh b/calgary_tests/test_calgary_zip.sh index c03b8a4..df13f29 100755 --- a/calgary_tests/test_calgary_zip.sh +++ b/calgary_tests/test_calgary_zip.sh @@ -1,5 +1,7 @@ #!/bin/bash +TIMEFORMAT=%R + if [ -z "$1" ]; then echo "Falta parĂ¡metro: ./test_calgary_zip.sh [gzip|bzip2]" exit 1 @@ -16,8 +18,9 @@ fi for file in bib book1 book2 geo news obj1 obj2 paper1 paper2 paper3 paper4 \ paper5 paper6 pic progc progl progp trans; do echo "====================================" + echo $file time $1 -c $file > $file.$1 2> /dev/null - echo "print '$file: ', `stat -c "%s" $file.$1`*8.0/`stat -c "%s" $file`, ' bpb'" | python + echo "print(\"%.04f\" % (`stat -c "%s" $file.$1`*8.0/`stat -c "%s" $file`))" | python done echo "===================================="