[pypy-svn] r80259 - pypy/benchmarks/own
fijal at codespeak.net
fijal at codespeak.net
Sun Jan 30 12:53:05 CET 2011
Author: fijal
Date: Sun Jan 30 12:53:03 2011
New Revision: 80259
Modified:
pypy/benchmarks/own/pyflate-fast.py
Log:
typo
Modified: pypy/benchmarks/own/pyflate-fast.py
==============================================================================
--- pypy/benchmarks/own/pyflate-fast.py (original)
+++ pypy/benchmarks/own/pyflate-fast.py Sun Jan 30 12:53:03 2011
@@ -676,7 +676,7 @@
import util, optparse
parser = optparse.OptionParser(
usage="%prog [options]",
- description="Test the performance of the Chaos benchmark")
+ description="Test the performance of the Pyflate benchmark")
util.add_standard_options_to(parser)
options, args = parser.parse_args()
More information about the Pypy-commit
mailing list