1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
guile/benchmark-suite
2008-09-15 01:35:04 +01:00
..
benchmarks Add `uniform-vector-read!' benchmark. 2008-09-15 01:35:04 +01:00
ChangeLog-2008 Rename ChangeLog' files to ChangeLog-2008'. 2008-09-12 21:49:58 +02:00
guile-benchmark merge from 1.8 branch 2006-04-16 23:37:40 +00:00
lib.scm merge from 1.8 branch 2006-04-16 23:37:40 +00:00
Makefile.am Add `uniform-vector-read!' benchmark. 2008-09-15 01:35:04 +01:00
README Note need for subscription to bug-guile@gnu.org. 2006-11-17 15:53:17 +00:00

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.  (Note that you must be subscribed to this list
first, in order to successfully send a message to it.)  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.