]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
pyfec: add benchmark measurement on my cool new MacBook Pro
authorzooko <zooko@zooko.com>
Wed, 28 Mar 2007 01:18:39 +0000 (06:48 +0530)
committerzooko <zooko@zooko.com>
Wed, 28 Mar 2007 01:18:39 +0000 (06:48 +0530)
darcs-hash:c0ac0c193c88584f7363f09e236d28a70dd4e9de

pyfec/README.txt
pyfec/fec/test/bench_pyfec.py

index e0e3325f2ecd1693f9416dfac422184d845a0007..5692349872eecd5c773dd4ed42943c7ec830df66 100644 (file)
@@ -151,6 +151,9 @@ v2.4 and v2.5.
 On Peter's fancy Intel Mac laptop (2.16 GHz Core Duo), it encoded from a file
 at about 6.2 million bytes per second.
 
+On my even fancier Intel Mac laptop (2.33 GHz Core Duo), it encoded from a file
+at about 6.8 million bytes per second.
+
 On my old PowerPC G4 867 MHz Mac laptop, it encoded from a file at about 1.3
 million bytes per second.
 
index 58909c4b5915eeaca55a741bb55cd874049a7b40..25967ee8bab41c661a2bdcb6d41364653c6d2a83 100644 (file)
@@ -90,3 +90,6 @@ def bench_read_encode_and_drop():
     finally:
         os.remove("tmpranddata")
 
+if __name__ == "__main__":
+    bench_encode_to_files_shuffle_decode_from_files()
+