pyfec: add benchmark measurement on my cool new MacBook Pro

This commit is contained in:
Zooko O'Whielacronx 2007-03-27 18:18:39 -07:00
parent 0ee2f0f3bf
commit fd7fa89963
2 changed files with 6 additions and 0 deletions

View 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.

View 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()