mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 10:01:54 +00:00
pyfec: add benchmark measurement on my cool new MacBook Pro
This commit is contained in:
parent
0ee2f0f3bf
commit
fd7fa89963
@ -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.
|
||||
|
||||
|
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user