Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r126:0893b0a1eea4 Date: 2011-07-16 22:07 +0200 http://bitbucket.org/pypy/benchmarks/changeset/0893b0a1eea4/
Log: oops diff --git a/saveresults.py b/saveresults.py --- a/saveresults.py +++ b/saveresults.py @@ -8,7 +8,7 @@ SPEEDURL = "http://speed.pypy.org/" -def save(project, revision, results, options, interpreter, host, testing=True, +def save(project, revision, results, options, interpreter, host, testing=False, changed=True): testparams = [] #Parse data _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
