projects
/
tahoe-lafs
/
zfec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fd0226
)
zfec: bench: turn down data sizes since my Windows laptop can't handle 32 MiB python...
author
zooko
<zooko@zooko.com>
Wed, 14 Nov 2007 16:39:09 +0000
(22:09 +0530)
committer
zooko
<zooko@zooko.com>
Wed, 14 Nov 2007 16:39:09 +0000
(22:09 +0530)
darcs-hash:
ea41efbcfedfd566b294dc050349b81721725c8e
zfec/bench/bench_zfec.py
patch
|
blob
|
history
diff --git
a/zfec/bench/bench_zfec.py
b/zfec/bench/bench_zfec.py
index 88173fd092ee835a51d8992fef8ceaf127732db3..9ddec17dac5ee185fb0341c25e805707fed203ab 100644
(file)
--- a/
zfec/bench/bench_zfec.py
+++ b/
zfec/bench/bench_zfec.py
@@
-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()