Author: Edd Barrett <vex...@gmail.com>
Branch: min_5_secs
Changeset: r288:3926c2bd88df
Date: 2014-12-09 16:47 +0000
http://bitbucket.org/pypy/benchmarks/changeset/3926c2bd88df/

Log:    Put back --fast to 5 iterations.

diff --git a/unladen_swallow/perf.py b/unladen_swallow/perf.py
--- a/unladen_swallow/perf.py
+++ b/unladen_swallow/perf.py
@@ -809,7 +809,7 @@
     if options.rigorous:
         trials = 100
     elif options.fast:
-        trials = 1 # XXX
+        trials = 5
     trials = max(1, int(trials * iteration_scaling))
 
     RemovePycs()
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to