/rev/a0c405e7b2f8
changeset: 1315:a0c405e7b2f8
user:      Martin Geisler <[email protected]>
date:      Thu Oct 22 14:25:50 2009 +0200
summary:   benchmark: removed debug dots

Printing a dot might be nice with 5-10 operations, but for 1000
multiplications they sort of get in the way.

diffstat:

 apps/benchmark_classes.py |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 6bbe043fe837 -r a0c405e7b2f8 apps/benchmark_classes.py
--- a/apps/benchmark_classes.py Thu Oct 22 12:52:09 2009 +0200
+++ b/apps/benchmark_classes.py Thu Oct 22 14:25:50 2009 +0200
@@ -115,7 +115,6 @@
         record_start("parallel test")
         while not self.is_operation_done():
             c_shares.append(self.do_operation())
-            print "."
 
         done = gatherResults(c_shares)
         done.addCallback(record_stop, "parallel test", self.count)
_______________________________________________
viff-commits mailing list
[email protected]
http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk

Reply via email to