[pypy-svn] r71128 - pypy/benchmarks/own

fijal at codespeak.net fijal at codespeak.net
Sat Feb 6 18:08:15 CET 2010


Author: fijal
Date: Sat Feb  6 18:08:13 2010
New Revision: 71128

Modified:
   pypy/benchmarks/own/gcbench.py
Log:
fix comment


Modified: pypy/benchmarks/own/gcbench.py
==============================================================================
--- pypy/benchmarks/own/gcbench.py	(original)
+++ pypy/benchmarks/own/gcbench.py	Sat Feb  6 18:08:13 2010
@@ -191,7 +191,7 @@
     
     parser = optparse.OptionParser(
         usage="%prog [options]",
-        description="Test the performance of the Telco decimal benchmark")
+        description="Test the performance of the garbage collector benchmark")
     util.add_standard_options_to(parser)
     parser.add_option('--threads', default=0, action="store",
                       help="provide number of threads (default 1)")



More information about the Pypy-commit mailing list