From 5ee678cb5c74649faf0c0faf2aba86f30777b2e3 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Wed, 16 Jul 2014 16:39:58 +0200 Subject: [PATCH] Move README.txt to the docs folder. Better name --- README.txt | 31 ------------------------------- docs/benchmark.txt | 31 +++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 README.txt create mode 100644 docs/benchmark.txt diff --git a/README.txt b/README.txt deleted file mode 100644 index 28dffa9..0000000 --- a/README.txt +++ /dev/null @@ -1,31 +0,0 @@ -For testing tarfile and zlib with different python version: - -* python-delta-tar tarfile - Make test using two modes: without compress and with gz compress. - Run wgeneration.py for create a directory with files. (python2) - python wgeneration.py --help for more infomation. - example: wgeneration.py --ndir 20 --nfile 100 --size 100 --path source_dir - Time: - time python3.3.2 run.py --test delta-tarfile - time python3.4.1 run.py --test delta-tarfile - Profiling: - python3.3.2 run.py --test delta-tarfile --profile - python3.4.1 run.py --test delta-tarfile --profile - - -* tarfile - Make test using two modes: without compress and with gz compress. - Same as python-delta-tar, change for --test tarfile - - -* zlib - Make test using three modes: without compress(0), middle compress(6) and better compress(9) - Run wgeneration.py for create a directory with a file. - python wgeneration.py --help for more infomation. - example: wgeneration.py --ndir 1 --nfile 1 --size 10 --distribute_size 100 --distribute_files 100 --path source_dir - Time: - time python3.3.2 run.py --test zlib - time python3.4.1 run.py --test zlib - Profiling: - python3.3.2 run.py --test zlib --profile - python3.4.1 run.py --test zlib --profile diff --git a/docs/benchmark.txt b/docs/benchmark.txt new file mode 100644 index 0000000..28dffa9 --- /dev/null +++ b/docs/benchmark.txt @@ -0,0 +1,31 @@ +For testing tarfile and zlib with different python version: + +* python-delta-tar tarfile + Make test using two modes: without compress and with gz compress. + Run wgeneration.py for create a directory with files. (python2) + python wgeneration.py --help for more infomation. + example: wgeneration.py --ndir 20 --nfile 100 --size 100 --path source_dir + Time: + time python3.3.2 run.py --test delta-tarfile + time python3.4.1 run.py --test delta-tarfile + Profiling: + python3.3.2 run.py --test delta-tarfile --profile + python3.4.1 run.py --test delta-tarfile --profile + + +* tarfile + Make test using two modes: without compress and with gz compress. + Same as python-delta-tar, change for --test tarfile + + +* zlib + Make test using three modes: without compress(0), middle compress(6) and better compress(9) + Run wgeneration.py for create a directory with a file. + python wgeneration.py --help for more infomation. + example: wgeneration.py --ndir 1 --nfile 1 --size 10 --distribute_size 100 --distribute_files 100 --path source_dir + Time: + time python3.3.2 run.py --test zlib + time python3.4.1 run.py --test zlib + Profiling: + python3.3.2 run.py --test zlib --profile + python3.4.1 run.py --test zlib --profile -- 1.7.1