[Zope-CVS] CVS: Products/ZCTextIndex/tests - mailtest.py:1.4

Tim Peters tim.one@comcast.net
Sat, 18 May 2002 09:05:30 -0400


Update of /cvs-repository/Products/ZCTextIndex/tests
In directory cvs.zope.org:/tmp/cvs-serv6760/tests

Modified Files:
	mailtest.py 
Log Message:
Display total pack time at the end.


=== Products/ZCTextIndex/tests/mailtest.py 1.3 => 1.4 ===
 
     if VERBOSE:
+        print
         print "Index time", idx_time
+        print "Pack time", pack_time
         print "Index bytes", Message.total_bytes
         rate = (Message.total_bytes / idx_time) / 1024
         print "Index rate %d KB/sec" % int(rate)