[pypy-commit] pypy default: write about benchmarks

fijal noreply at buildbot.pypy.org
Tue Jun 7 19:35:58 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r44816:7fac887a73a6
Date: 2011-06-07 19:36 +0200
http://bitbucket.org/pypy/pypy/changeset/7fac887a73a6/

Log:	write about benchmarks

diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst
--- a/pypy/doc/project-ideas.rst
+++ b/pypy/doc/project-ideas.rst
@@ -104,6 +104,19 @@
 
 * alternatively, look at Software Transactional Memory
 
+Introduce new benchmarks
+------------------------
+
+We're usually happy to introduce new benchmarks. Please consult us
+before, but in general something that's real-world python code
+and is not already represented is welcome. We need at least a standalone
+script that can run without parameters. Example ideas (benchmarks need
+to be got from them!):
+
+* `hg`
+
+* `sympy`
+
 Experiment (again) with LLVM backend for RPython compilation
 ------------------------------------------------------------
 


More information about the pypy-commit mailing list