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

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