[pypy-commit] extradoc extradoc: explain how to reproduce the results

antocuni pypy.commits at gmail.com
Fri Oct 27 09:22:21 EDT 2017


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: extradoc
Changeset: r5849:9e8e252f6afa
Date: 2017-10-27 15:22 +0200
http://bitbucket.org/pypy/extradoc/changeset/9e8e252f6afa/

Log:	explain how to reproduce the results

diff --git a/blog/draft/2017-10-how-to-make-80x-faster.rst b/blog/draft/2017-10-how-to-make-80x-faster.rst
--- a/blog/draft/2017-10-how-to-make-80x-faster.rst
+++ b/blog/draft/2017-10-how-to-make-80x-faster.rst
@@ -240,3 +240,15 @@
 .. _abstract: https://ep2017.europython.eu/conference/talks/the-joy-of-pypy-jit-abstractions-for-free
 .. _slides: https://speakerdeck.com/antocuni/the-joy-of-pypy-jit-abstractions-for-free
 .. _video: https://www.youtube.com/watch?v=NQfpHQII2cU
+
+
+How to reproduce the results
+-----------------------------
+
+::
+
+   $ git clone https://github.com/antocuni/evolvingcopter
+   $ cd evolvingcopter
+   $ {python,pypy} -m ev.main --no-specialized --no-numpypy
+   $ {python,pypy} -m ev.main --no-specialized
+   $ {python,pypy} -m ev.main


More information about the pypy-commit mailing list