]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
encode.py: add some timing comments
authorBrian Warner <warner@allmydata.com>
Fri, 5 Jan 2007 07:48:42 +0000 (00:48 -0700)
committerBrian Warner <warner@allmydata.com>
Fri, 5 Jan 2007 07:48:42 +0000 (00:48 -0700)
src/allmydata/encode.py

index ceba80b20a3142e57d82d2bfce09c469975ebac6..ae102789a13a9862d218c72f50d01dc3c8cbf7cc 100644 (file)
@@ -111,7 +111,10 @@ class PyRSEncoder(object):
     # probably be always).
 
     # on my workstation (fluxx, a 3.5GHz Athlon), this encodes data at a rate
-    # of 6.7kBps. Zooko's mom's 1.8GHz G5 got 2.2kBps .
+    # of 6.7kBps. Zooko's mom's 1.8GHz G5 got 2.2kBps . slave3 took 40s to
+    # construct the LUT and encodes at 1.5kBps, and for some reason took more
+    # than 20 minutes to run the test_encode_share tests, so I disabled most
+    # of them.
 
     def set_params(self, data_size, required_shares, total_shares):
         assert required_shares <= total_shares