[issue18899] make pystone.py Py3 compatible in benchmark suite

2016-08-30 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue18899] make pystone.py Py3 compatible in benchmark suite

2016-08-30 Thread STINNER Victor
STINNER Victor added the comment: > Oh, pystone... I didn't know we had included that particular horror in the > benchmark suite :-) pystone was removed from the new https://github.com/python/performance benchmark suite. I suggest to close this issue as outdated. -- nosy: +haypo ___

[issue18899] make pystone.py Py3 compatible in benchmark suite

2013-09-01 Thread Antoine Pitrou
Antoine Pitrou added the comment: Oh, pystone... I didn't know we had included that particular horror in the benchmark suite :-) -- nosy: +brett.cannon, pitrou stage: -> patch review versions: +3rd party ___ Python tracker

[issue18899] make pystone.py Py3 compatible in benchmark suite

2013-09-01 Thread Stefan Behnel
New submission from Stefan Behnel: diff --git a/performance/pystone.py b/performance/pystone.py --- a/performance/pystone.py +++ b/performance/pystone.py @@ -59,9 +59,9 @@ def main(loops=LOOPS): benchtime, stones = pystones(loops) -print "Pystone(%s) time for %d passes = %g" % \ -