[pypy-svn] r72182 - pypy/benchmarks/psyco

xoraxax at codespeak.net xoraxax at codespeak.net
Fri Mar 12 20:56:21 CET 2010


Author: xoraxax
Date: Fri Mar 12 20:56:20 2010
New Revision: 72182

Added:
   pypy/benchmarks/psyco/
   pypy/benchmarks/psyco/python_with_psyco.sh   (contents, props changed)
   pypy/benchmarks/psyco/sitecustomize.py
Log:
Add a way of running psyco.

Added: pypy/benchmarks/psyco/python_with_psyco.sh
==============================================================================
--- (empty file)
+++ pypy/benchmarks/psyco/python_with_psyco.sh	Fri Mar 12 20:56:20 2010
@@ -0,0 +1,2 @@
+#!/bin/sh
+PYTHONPATH=`cd psyco; pwd` python "$@"

Added: pypy/benchmarks/psyco/sitecustomize.py
==============================================================================
--- (empty file)
+++ pypy/benchmarks/psyco/sitecustomize.py	Fri Mar 12 20:56:20 2010
@@ -0,0 +1,2 @@
+import psyco
+psyco.profile()



More information about the Pypy-commit mailing list