summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-11-19 14:55:28 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-11-19 14:55:28 (GMT)
commitbae8f377d30ae352d82aa93cab4ca137ede7b930 (patch)
treeb2345b4b57a20488eaa5ce27f1f6c8ca986e0004 /Doc/whatsnew
parent067947e840538feeeabb47c440dccfa2106f6e94 (diff)
downloadcpython-bae8f377d30ae352d82aa93cab4ca137ede7b930.zip
cpython-bae8f377d30ae352d82aa93cab4ca137ede7b930.tar.gz
cpython-bae8f377d30ae352d82aa93cab4ca137ede7b930.tar.bz2
Fill in the benchmark figures, bogus or not; add a disclaimer
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/whatsnew24.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex
index b61ab47..83db0c4 100644
--- a/Doc/whatsnew/whatsnew24.tex
+++ b/Doc/whatsnew/whatsnew24.tex
@@ -1079,7 +1079,6 @@ 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.
@@ -1089,8 +1088,10 @@ you want to efficiently glue a large number of strings together.
% 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.
+pystone benchmark around 5\% faster than Python 2.3 and 35\% faster
+than Python 2.2. (pystone is not a particularly good benchmark, but
+it's the most commonly used measurement of Python's performance. Your
+own applications may show greater or smaller benefits from Python~2.4.)
%======================================================================