[pypy-dev] Idea for speed.pypy.org

Leonardo Santagada santagada at gmail.com
Thu Dec 9 14:14:44 CET 2010


Here is a incomplete draft list:

ai:

chaos: create chaosgame-like fractals

fannkuch: http://shootout.alioth.debian.org/u64/performance.php?test=fannkuchredux

float: (this is just from looking at it) creates an array of points
using circular projection and then normalizes and maximizes them.

html5:

meteor-contest:
http://shootout.alioth.debian.org/u64/performance.php?test=meteor

nbody_modified: http://shootout.alioth.debian.org/u64/performance.php?test=nbody

richards: Martin Richards benchmark, implemented in many languages

rietveld: A Django application benchmark

[slow]spitfire[cstringio]: Spitfire is a template language, the
cstringio version uses a modified engine (that uses cstringio)

spambayes: Spambayes is a bayesian spam filter

telco:

go: A go (chess like game) computer player AI

pyflate-fast: Stand-alone pure-Python DEFLATE (gzip) and bzip2
decoder/decompressor.

raytrace: A raytracer renderer

crypto_pyaes: A pure python implementation of AES

waf: Waf is a Python-based framework for configuring, compiling and
installing applications. It derives from the concepts of other build
tools such as Scons, Autotools, CMake or Ant.

On Wed, Dec 8, 2010 at 4:41 PM, Miquel Torres <tobami at googlemail.com> wrote:
> Anyone want to help in creating that benchmark description list? Just
> reply to this mail so that everyone can "review" what the benchmarks
> do.




-- 
Leonardo Santagada



More information about the Pypy-dev mailing list