]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
zfec: bench: turn down data sizes since my Windows laptop can't handle 32 MiB python...
authorzooko <zooko@zooko.com>
Wed, 14 Nov 2007 16:39:09 +0000 (22:09 +0530)
committerzooko <zooko@zooko.com>
Wed, 14 Nov 2007 16:39:09 +0000 (22:09 +0530)
darcs-hash:ea41efbcfedfd566b294dc050349b81721725c8e

zfec/bench/bench_zfec.py

index 88173fd092ee835a51d8992fef8ceaf127732db3..9ddec17dac5ee185fb0341c25e805707fed203ab 100644 (file)
@@ -76,7 +76,6 @@ def bench():
     # for f in [_encode_data_not_really, _encode_data_easyfec, _encode_data_fec,]:
     for f in [_encode_data_fec,]:
         print f
-        # benchutil.bench(f, initfunc=_make_new_rand_data, TOPXP=8, MAXREPS=256, MAXTIME=64)
-        benchutil.bench(f, initfunc=_make_new_rand_data, TOPXP=25, MAXREPS=256, MAXTIME=64)
+        benchutil.bench(f, initfunc=_make_new_rand_data, TOPXP=24, MAXREPS=256, MAXTIME=64)
 
 bench()