[pypy-svn] r54574 - pypy/dist/pypy/translator/benchmark

arigo at codespeak.net arigo at codespeak.net
Thu May 8 22:08:09 CEST 2008


Author: arigo
Date: Thu May  8 22:08:08 2008
New Revision: 54574

Modified:
   pypy/dist/pypy/translator/benchmark/bench-custom.py
Log:
Print an empty line for nicer readability.


Modified: pypy/dist/pypy/translator/benchmark/bench-custom.py
==============================================================================
--- pypy/dist/pypy/translator/benchmark/bench-custom.py	(original)
+++ pypy/dist/pypy/translator/benchmark/bench-custom.py	Thu May  8 22:08:08 2008
@@ -76,6 +76,7 @@
             for row in benchmark_result.txt_summary(['exe'] + exe_stats,
                                                     **kwds):
                 print row
+            print
 
 if __name__ == '__main__':
     from optparse import OptionParser



More information about the Pypy-commit mailing list