README.txt 979 B

123456789101112131415161718192021222324252627282930313233
  1. This is a download of the shootout benchmark.
  2. Shootout Website:
  3. http://shootout.alioth.debian.org/
  4. Old win32 site:
  5. http://dada.perl.it/shootout/index.html
  6. Directories:
  7. Dir Contents
  8. --- --------
  9. src Pascal source files. bench.c contains sources of all (gcc) C equivalents.
  10. obsolete Tests not used anymore on shootout.alioth.debian.org
  11. log Logs from shootout tests on website.
  12. io Input and expected output files for some tests.
  13. Files:
  14. fpascal2.diff Patch for shootout CVS checkout to add a second FPC release for
  15. comparison with 2 FPC versions
  16. Running shootout tip:
  17. If you want to run the tests for FPC and GCC don't forget to include a * in front of the name
  18. otherwise it will not newer revisions (called benchmark.lang-#.lang) of some benchmarks
  19. To run multiple languages use:
  20. make SELECT_LANGS='{*fpascal,*fpascal2,*gcc}' clean plot
  21. to run a single language don't use the { }:
  22. make SELECT_LANGS='*fpascal' clean plot