home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / historic / v941.tgz / icon.v941src.tar / icon.v941src / tests / bench / README < prev    next >
Text File  |  2001-05-17  |  809b  |  21 lines

  1. This directory contains programs and scripts for benchmarking
  2. Icon.  The whole thing can be done with
  3.  
  4.     make benchmark
  5.  
  6. Notes:
  7.  
  8. In order for the benchmarks to be compared meaningfully to benchmarks
  9. from other computers, the Icon string and block region sizes must
  10. be consistent.  The output shows the values used.
  11.  
  12. The benchmarks normally are run with normal program output turned off
  13. to prevent the results from being affected by i/o factors. Output can be
  14. turned on by setting the environment variable OUTPUT. Timings with output
  15. turned on generally cannot be compared meaningfully to benchmarks from
  16. other platforms.
  17.  
  18. Benchmarking is contingent on Icon running properly. Output from benchmark-
  19. ing icont on a Sun 4/490 is contained in the files *.std, and can be used for
  20. comparison if there is any doubt.
  21.