Martin Gasbichler c07b8da10d Subject: Add scheme48-opt-only [s48-tuebingen @ 2117] 17 years ago
..
num-iters 5f505b5ca1 Subject: Add Marc Feeley's benchmark suite [s48-tuebingen @ 1879] 18 years ago
prefix c07b8da10d Subject: Add scheme48-opt-only [s48-tuebingen @ 2117] 17 years ago
src 5f505b5ca1 Subject: Add Marc Feeley's benchmark suite [s48-tuebingen @ 1879] 18 years ago
suffix c07b8da10d Subject: Add scheme48-opt-only [s48-tuebingen @ 2117] 17 years ago
Makefile 59956f3c0a Subject: Add Makefile for benchmark suite [s48-tuebingen @ 2116] 17 years ago
analyse-results.scm 5f505b5ca1 Subject: Add Marc Feeley's benchmark suite [s48-tuebingen @ 1879] 18 years ago
bench c07b8da10d Subject: Add scheme48-opt-only [s48-tuebingen @ 2117] 17 years ago
evaluate 5f505b5ca1 Subject: Add Marc Feeley's benchmark suite [s48-tuebingen @ 1879] 18 years ago
generate-html-from-all-results.scm 19203004f1 Subject: Add the support for the S48 JIT [s48-tuebingen @ 1886] 18 years ago
optimize-gcc-options.scm 5f505b5ca1 Subject: Add Marc Feeley's benchmark suite [s48-tuebingen @ 1879] 18 years ago
readme 5f505b5ca1 Subject: Add Marc Feeley's benchmark suite [s48-tuebingen @ 1879] 18 years ago
summarize f722ee0cbb Be more permissive when searching for certain system messages in the [s48-tuebingen @ 1887] 18 years ago
table b0f9a25091 Subject: Drop automatic opening of HTML file [s48-tuebingen @ 1888] 18 years ago

readme

This directory contains the Gambit Scheme benchmarks. It includes
some of the Gabriel benchmarks, the Kernighan and Van Wyk benchmarks,
some C benchmarks and other benchmarks.

The "bench" script can be used to run a set of benchmarks or a single
benchmark. Documentation for this script is available by executing
"bench" with no argument.

As a simple example, executing

./bench gambit "fib tak"

will run the benchmarks "fib" and "tak" using the Gambit-C
compiler. The results are sent to standard output and to
"results.Gambit-C-r5rs". A summary of the results is obtained
by executing

./summarize results.Gambit-C-r5rs

The "bench" script assumes that the Gambit Scheme system and other
Scheme implementations have been installed cleanly and are available
in the "PATH".

The "table" script is convenient for executing the benchmarks on a set
of Scheme implementations and generating an HTML table of the results.
You have to modify the top of the script to specify which
implementations of Scheme and which benchmarks are to be used.
Then, simply execute

./table