Ludovic Courtès ad2c7c9388 Add new subr invocation benchmarks. 16 lat temu
..
benchmarks ad2c7c9388 Add new subr invocation benchmarks. 16 lat temu
ChangeLog-2008 e9d9445b50 Rename `ChangeLog' files to `ChangeLog-2008'. 16 lat temu
Makefile.am a85dd41532 Add subr invocation benchmark. 16 lat temu
README 0237895653 * COPYING, README, Makefile.am, lib.scm, guile-benchmark: Copied 22 lat temu
guile-benchmark 0ab652a386 Added 2006 to copyright years in every file, as per the new rules. 19 lat temu
lib.scm 0ab652a386 Added 2006 to copyright years in every file, as per the new rules. 19 lat 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.