[pypy-svn] r52475 - pypy/branch/jit-hotpath/pypy/jit/rainbow/test

arigo at codespeak.net arigo at codespeak.net
Fri Mar 14 09:23:56 CET 2008


Author: arigo
Date: Fri Mar 14 09:23:55 2008
New Revision: 52475

Modified:
   pypy/branch/jit-hotpath/pypy/jit/rainbow/test/test_hotpath.py
Log:
Reduce the time taken by this test.


Modified: pypy/branch/jit-hotpath/pypy/jit/rainbow/test/test_hotpath.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/rainbow/test/test_hotpath.py	(original)
+++ pypy/branch/jit-hotpath/pypy/jit/rainbow/test/test_hotpath.py	Fri Mar 14 09:23:55 2008
@@ -216,7 +216,7 @@
             # which gives us the final answer
             ])
 
-        res = self.run(main, [2, 1291], threshold=3, small=True)
+        res = self.run(main, [2, 127], threshold=3, small=True)
         assert res == 1
         assert len(self.get_traces()) < 20
 



More information about the Pypy-commit mailing list