Author: Carl Friedrich Bolz <[email protected]>
Branch: extradoc
Changeset: r4448:7a0f7a08b604
Date: 2012-08-07 09:24 +0200
http://bitbucket.org/pypy/extradoc/changeset/7a0f7a08b604/
Log: add description of benchmarks
diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -13,6 +13,7 @@
\usepackage{amsfonts}
\usepackage[utf8]{inputenc}
\usepackage{setspace}
+\usepackage[pdfpagelabels=true]{hyperref}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage{listings}
@@ -557,7 +558,27 @@
is most effective for numeric kernels, so the benchmarks presented here are not
affected much by its absence.}
-\todo{a description about what each selected benchmark does}
+We used the following benchmarks:
+
+\begin{description}
+ \item[chaos:] A Chaosgame implementation creating a fractal.
+ \item[crypto\_pyaes:] An AES implementation.
+ \item[django:] The templating engine of the Django Web
+ framework\footnote{\url{http://www.djangoproject.com/}}.
+
+ \item[go:] A Monte-Carlo Go
+ AI\footnote{\url{http://shed-skin.blogspot.com/2009/07/
disco-elegant-python-go-player.html}}.
+ \item[pyflate\_fast:] A BZ2 decoder.
+ \item[raytrace\_simple:] A ray tracer.
+ \item[richards:] The Richards benchmark.
+ \item[spambayes:] A Bayesian spam
filter\footnote{\url{http://spambayes.sourceforge.net/}}.
+ \item[simpy\_expand:] A computer algebra system.
+ \item[telco:] A Python version of the Telco decimal
+ benchmark\footnote{\url{http://speleotrove.com/decimal/telco.html}},
+ using a pure Python decimal floating point implementation.
+ \item[twisted\_names:] A DNS server benchmark using the Twisted networking
+ framework\footnote{\url{http://twistedmatrix.com/}}.
+\end{description}
From the mentioned benchmarks we collected different datasets to evaluate the
Frequency, the overhead and overall behaviour of guards.
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit