1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/benchmark-suite
Dirk Herrmann bde9d30b51 * benchmarks/0-reference.bm: Added as a reference benchmark to be
used to calibrate iteration counts.

* lib.scm: Added documentation.  Added some initialization
messages.

(benchmark-time-base, benchmark-total-time, benchmark-user-time,
benchmark-system-time, benchmark-frame-time, benchmark-core-time,
benchmark-user-time\interpreter, benchmark-core-time\interpreter):
Exported.

(benchmark-time-base, time-base): Renamed time-base to
benchmark-time-base and introduced new time-base as a short-cut.

(total-time, benchmark-total-time, user-time, benchmark-user-time,
system-time, benchmark-system-time, frame-time,
benchmark-frame-time, benchmark-time, benchmark-core-time,
user-time\interpreter, benchmark-user-time\interpreter,
benchmark-time\interpreter, benchmark-core-time\interpreter,
print-result, print-user-result):  Renamed <foo>-time to
benchmark-<foo>-time.  Exceptions: benchmark-time and
benchmark-time\interpreter were renamed to benchmark-core-time and
benchmark-core-time\interpreter, respectively.
2002-07-21 10:22:54 +00:00
..
benchmarks * benchmarks/0-reference.bm: Added as a reference benchmark to be 2002-07-21 10:22:54 +00:00
ChangeLog * benchmarks/0-reference.bm: Added as a reference benchmark to be 2002-07-21 10:22:54 +00:00
COPYING * COPYING, README, Makefile.am, lib.scm, guile-benchmark: Copied 2002-07-20 01:21:36 +00:00
guile-benchmark * COPYING, README, Makefile.am, lib.scm, guile-benchmark: Copied 2002-07-20 01:21:36 +00:00
lib.scm * benchmarks/0-reference.bm: Added as a reference benchmark to be 2002-07-21 10:22:54 +00:00
Makefile.am * COPYING, README, Makefile.am, lib.scm, guile-benchmark: Copied 2002-07-20 01:21:36 +00:00
README * COPYING, README, Makefile.am, lib.scm, guile-benchmark: Copied 2002-07-20 01:21:36 +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.
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.