[pypy-svn] r70914 - pypy/benchmarks

fijal at codespeak.net fijal at codespeak.net
Wed Jan 27 14:06:01 CET 2010


Author: fijal
Date: Wed Jan 27 14:06:01 2010
New Revision: 70914

Modified:
   pypy/benchmarks/runner.py
Log:
oops, kill pdb


Modified: pypy/benchmarks/runner.py
==============================================================================
--- pypy/benchmarks/runner.py	(original)
+++ pypy/benchmarks/runner.py	Wed Jan 27 14:06:01 2010
@@ -17,8 +17,6 @@
     if args:
         opts += ['--args', args]
     opts += [sys.executable, pypy_c_path]
-    import pdb
-    pdb.set_trace()
     results = perf.main(opts, funcs)
     f = open(str(result_filename), "w")
     res = [(name, result.__class__.__name__, result.__dict__)



More information about the Pypy-commit mailing list