Ludovic Courtès 99e727adde Remove recursive Makefile for 'benchmark-suite'. 1 rok temu
..
benchmark-suite 7e822b32d2 modernize (benchmark-suite lib) 12 lat temu
benchmarks f85d3c0bd8 Merge until e0bcda4ad940c4e15679cc2b229838b33acdd36c from stable-2.2 7 lat temu
results 5904704335 Changes so that benchmark-guile runs successfully 15 lat temu
ChangeLog-2008 afb59d75b8 Rename `ChangeLog' files to `ChangeLog-2008'. 16 lat temu
README 88f5ea45d5 Revert "Note need for subscription to bug-guile@gnu.org." 16 lat temu
guile-benchmark 010b159f56 deprecate has-suffix? 14 lat temu
local.mk 99e727adde Remove recursive Makefile for 'benchmark-suite'. 1 rok temu

README

This directory contains some benchmarks for Guile, and some generic
benchmarking support code.

To run these benchmarks, you will need a version of Guile more recent
than 15 Feb 1999 --- the benchmarks use the (ice-9 and-let*) and
(ice-9 getopt-long) modules, which were added to Guile around then.

For information about how to run the benchmark suite, read the usage
instructions in the comments at the top of the guile-benchmark script.

You can reference the file `lib.scm' from your own code as the module
(benchmark-suite lib); it also has comments at the top and before each
function explaining what's going on.

Please write more Guile benchmarks, and send them to bug-guile@gnu.org.
We'll merge them into the distribution. All benchmark suites must be
licensed for our use under the GPL, but I don't think we're going to
collect assignment papers for them.