Author: Hakan Ardo <ha...@debian.org> Branch: extradoc Changeset: r3776:3a5dc8cdc314 Date: 2011-06-23 12:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/3a5dc8cdc314/
Log: use a single standard deviation per binary diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/paper.tex @@ -831,29 +831,33 @@ {\smaller \begin{tabular}{|l|r|r|r|r|r|r|} \hline - & CPython & Psyco & PyPy no LP & PyPy & GCC -O3\\ + & CPython & Psyco & PyPy & PyPy & GCC \\ + & & & no LP & & -O3 \\ \hline -conv3(1e5) & 77.89 & 9.52 & 1.77 $\pm$ 0.06 & 0.68 $\pm$ 0.02 & 0.59 $\pm$ 0.01\\ +conv3(1e5) & 77.89 & 9.52 & 1.77 & 0.68 & 0.59 \\ \hline -conv3(1e6) & 77.15 & 9.58 & 1.69 $\pm$ 0.01 & 0.77 $\pm$ 0.01 & 0.74 $\pm$ 0.01\\ +conv3(1e6) & 77.15 & 9.58 & 1.69 & 0.77 & 0.74 \\ \hline -conv3x3(1000) & 23.72 & 12.77 & 0.07 $\pm$ 0.00 & 0.05 $\pm$ 0.03 & 0.25 $\pm$ 0.01\\ +conv3x3(1000) & 23.72 & 12.77 & 0.07 & 0.05 & 0.25 \\ \hline -conv3x3(3) & 23.85 & 12.77 & 0.10 $\pm$ 0.00 & 0.07 $\pm$ 0.00 & 0.27 $\pm$ 0.01\\ +conv3x3(3) & 23.85 & 12.77 & 0.10 & 0.07 & 0.27 \\ \hline -conv5(1e5) & 122.54 & 16.67 & 1.86 $\pm$ 0.02 & 1.05 $\pm$ 0.03 & 0.65 $\pm$ 0.01\\ +conv5(1e5) & 122.54 & 16.67 & 1.86 & 1.05 & 0.65\\ \hline -conv5(1e6) & 125.77 & 16.80 & 1.92 $\pm$ 0.03 & 1.09 $\pm$ 0.02 & 0.80 $\pm$ 0.01\\ +conv5(1e6) & 125.77 & 16.80 & 1.92 & 1.09 & 0.80 \\ \hline -dilate3x3(1000) & 23.29 & 12.99 & 0.41 $\pm$ 0.04 & 0.39 $\pm$ 0.01 & 0.26 $\pm$ 0.01\\ +dilate3x3(1000) & 23.29 & 12.99 & 0.41 & 0.39 & 0.26 \\ \hline -sobel(1000) & - & - & - & - & 0.20 $\pm$ 0.01\\ +sobel(1000) & - & - & - & - & 0.20 \\ \hline -sqrt(Fix16) & 744.35 & 421.65 & 3.93 $\pm$ 0.11 & 2.14 $\pm$ 0.02 & 0.96 $\pm$ 0.01\\ +sqrt(Fix16) & 744.35 & 421.65 & 3.93 & 2.14 & 0.96 \\ \hline -sqrt(float) & 24.21 & 5.52 & 1.36 $\pm$ 0.03 & 1.00 $\pm$ 0.00 & 0.98 $\pm$ 0.00\\ +sqrt(float) & 24.21 & 5.52 & 1.36 & 1.00 & 0.98\\ \hline -sqrt(int) & 20.84 & 1.78 & 2.26 $\pm$ 0.01 & 1.82 $\pm$ 0.01 & 0.80 $\pm$ 0.01\\ +sqrt(int) & 20.84 & 1.78 & 2.26 & 1.82 & 0.80 \\ +\hline +\hline +Variations & - & - & $\pm 0.03$ & $\pm 0.01$ & $\pm 0.01$ \\ \hline \end{tabular} } _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit