fpc/tests/bench/shootout
Jonas Maebe 284ebc9d4a - deleted since it has been renamed to n_body
git-svn-id: trunk@9691 -
2008-01-09 00:14:30 +00:00
..
io * initial, unfinished implementation 2006-11-27 16:48:57 +00:00
log
obsolete * moved obsolete shootout benchmark to obsolete directory 2006-10-10 19:50:26 +00:00
src - deleted since it has been renamed to n_body 2008-01-09 00:14:30 +00:00
fpascal2.diff * multiple fpc version support for shootout 2007-05-28 11:59:10 +00:00
README.txt * multiple fpc version support for shootout 2007-05-28 11:59:10 +00:00

This is a download of the shootout benchmark.

Shootout Website:
http://shootout.alioth.debian.org/

Old win32 site:
http://dada.perl.it/shootout/index.html

Directories:
Dir       Contents
---       --------
src       Pascal source files. bench.c contains sources of all (gcc) C equivalents.
obsolete  Tests not used anymore on shootout.alioth.debian.org
log       Logs from shootout tests on website.
io        Input and expected output files for some tests.


Files:
fpascal2.diff   Patch for shootout CVS checkout to add a second FPC release for
                comparison with 2 FPC versions

Running shootout tip:

If you want to run the tests for FPC and GCC don't forget to include a * in front of the name
otherwise it will not newer revisions (called benchmark.lang-#.lang) of some benchmarks

To run multiple languages use:

make SELECT_LANGS='{*fpascal,*fpascal2,*gcc}' clean plot

to run a single language don't use the { }:

make SELECT_LANGS='*fpascal' clean plot