[pypy-svn] r49817 - pypy/extradoc/planning/roadmap

hpk at codespeak.net hpk at codespeak.net
Sat Dec 15 17:48:43 CET 2007


Author: hpk
Date: Sat Dec 15 17:48:42 2007
New Revision: 49817

Added:
   pypy/extradoc/planning/roadmap/task_pervasive_benchmarking.txt
Log:
(hpk, cfbolz): add a task about pervasive benchmarking


Added: pypy/extradoc/planning/roadmap/task_pervasive_benchmarking.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/planning/roadmap/task_pervasive_benchmarking.txt	Sat Dec 15 17:48:42 2007
@@ -0,0 +1,24 @@
+
+Pervasive Benchmarking
+------------------------
+
+status: 
+- some microbenchmarks, but coverage not consistent
+  (see pypy/translator/microbench/*) 
+- some small-to-medium-sized apps as real-world benchmarks
+- benchmarks run on one machine (wyvern), no collection of results
+
+todo: 
+
+- implement more micro- and more large-scale benchmarks
+- benchmarks against cpython/pypy/jython/ironpython 
+- run benchmarks automatically on more servers
+- tool for sending benchmark data to a central place 
+- display benchmarking and progress information centrally
+
+expected outcome: 
+
+- identification of slow areas of PyPy and for follow up work  
+- faster PyPy (i.e. some easy-to-do fixing of speed bugs) 
+- more community participation and contributions in analysing 
+  and helping with speed problems 



More information about the Pypy-commit mailing list