]> granicus.if.org Git - python/commitdiff
Comment for performance measurement.
authorRaymond Hettinger <python@rcn.com>
Thu, 18 Nov 2004 05:51:53 +0000 (05:51 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 18 Nov 2004 05:51:53 +0000 (05:51 +0000)
Doc/whatsnew/whatsnew24.tex

index 5727334003394a9870671d0732e2ce273b7b1b0d..7b4238abae541858f62b2612036dd67e51c3499b 100644 (file)
@@ -1085,6 +1085,14 @@ you want to efficiently glue a large number of strings together.
 \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.