[Erp5-report] r8432 - /erp5/trunk/utils/erp5mechanize/runBenchmarks.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jul 13 11:01:31 CEST 2006


Author: vincent
Date: Thu Jul 13 11:01:18 2006
New Revision: 8432

URL: http://svn.erp5.org?rev=8432&view=rev
Log:
Lineup verticaly result lines so they get even more readable.

Modified:
    erp5/trunk/utils/erp5mechanize/runBenchmarks.py

Modified: erp5/trunk/utils/erp5mechanize/runBenchmarks.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5mechanize/runBenchmarks.py?rev=8432&r1=8431&r2=8432&view=diff
==============================================================================
--- erp5/trunk/utils/erp5mechanize/runBenchmarks.py (original)
+++ erp5/trunk/utils/erp5mechanize/runBenchmarks.py Thu Jul 13 11:01:18 2006
@@ -182,7 +182,7 @@
       thread_url = thread.getUrl()
       test_result = thread.getResult()
       while test_result is not None:
-        sys.stdout.write('%s: Thread %s, test %s : ' % (time(), thread_name, test_result['id']))
+        sys.stdout.write('%.02f: Thread %s, test %s : ' % (time(), thread_name, test_result['id']))
         if len(test_result['step_list']) > 0: # Thread produced exploitable results (the test did not fail).
           print 'Success'
           test_result['step_list'].sort()




More information about the Erp5-report mailing list