[Python-checkins]
python/dist/src/Doc/whatsnew whatsnew24.tex, 1.112, 1.113
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Thu Nov 18 06:51:55 CET 2004
Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8208
Modified Files:
whatsnew24.tex
Log Message:
Comment for performance measurement.
Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- whatsnew24.tex 9 Nov 2004 02:58:02 -0000 1.112
+++ whatsnew24.tex 18 Nov 2004 05:51:53 -0000 1.113
@@ -1085,6 +1085,14 @@
\end{itemize}
% XXX fill in these figures
+% pystone is almost useless for comparing different versions of Python;
+% instead, it excels at predicting relative Python performance on
+% different machines.
+% So, this section would be more informative if it used other tools
+% such as pybench and parrotbench. For a more application oriented
+% benchmark, try comparing the timings of test_decimal.py under 2.3
+% and 2.4.
+
The net result of the 2.4 optimizations is that Python 2.4 runs the
pystone benchmark around XX\% faster than Python 2.3 and YY\% faster
than Python 2.2.
More information about the Python-checkins
mailing list