readme 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. This directory contains the Gambit Scheme benchmarks. It includes
  2. some of the Gabriel benchmarks, the Kernighan and Van Wyk benchmarks,
  3. some C benchmarks and other benchmarks.
  4. The "bench" script can be used to run a set of benchmarks or a single
  5. benchmark. Documentation for this script is available by executing
  6. "bench" with no argument.
  7. As a simple example, executing
  8. ./bench gambit "fib tak"
  9. will run the benchmarks "fib" and "tak" using the Gambit-C
  10. compiler. The results are sent to standard output and to
  11. "results.Gambit-C-r5rs". A summary of the results is obtained
  12. by executing
  13. ./summarize results.Gambit-C-r5rs
  14. The "bench" script assumes that the Gambit Scheme system and other
  15. Scheme implementations have been installed cleanly and are available
  16. in the "PATH".
  17. The "table" script is convenient for executing the benchmarks on a set
  18. of Scheme implementations and generating an HTML table of the results.
  19. You have to modify the top of the script to specify which
  20. implementations of Scheme and which benchmarks are to be used.
  21. Then, simply execute
  22. ./table