README 867 B

12345678910111213141516171819
  1. This directory contains some benchmarks for Guile, and some generic
  2. benchmarking support code.
  3. To run these benchmarks, you will need a version of Guile more recent
  4. than 15 Feb 1999 --- the benchmarks use the (ice-9 and-let*) and
  5. (ice-9 getopt-long) modules, which were added to Guile around then.
  6. For information about how to run the benchmark suite, read the usage
  7. instructions in the comments at the top of the guile-benchmark script.
  8. You can reference the file `lib.scm' from your own code as the module
  9. (benchmark-suite lib); it also has comments at the top and before each
  10. function explaining what's going on.
  11. Please write more Guile benchmarks, and send them to bug-guile@gnu.org.
  12. We'll merge them into the distribution. All benchmark suites must be
  13. licensed for our use under the GPL, but I don't think we're going to
  14. collect assignment papers for them.