racket/collects/tests/mzscheme/benchmarks/shootout
Matthew Flatt 99943314d2 setup/unpack addition and docs
svn: r9370
2008-04-19 12:42:54 +00:00
..
ackermann.ss setup/unpack addition and docs 2008-04-19 12:42:54 +00:00
ary.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
binarytrees.ss setup/unpack addition and docs 2008-04-19 12:42:54 +00:00
chameneos.ss setup/unpack addition and docs 2008-04-19 12:42:54 +00:00
cheapconcurrency.ss setup/unpack addition and docs 2008-04-19 12:42:54 +00:00
echo.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
except.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
fannkuch.ss setup/unpack addition and docs 2008-04-19 12:42:54 +00:00
fasta.ss setup/unpack addition and docs 2008-04-19 12:42:54 +00:00
fibo.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
hash.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
hash2.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
heapsort.ss use new require specs in many places 2008-02-23 09:42:03 +00:00
k-nucleotide.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
lists.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
mandelbrot.ss JIT inlines some floating-point ops 2007-12-28 22:11:41 +00:00
matrix.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
moments.ss use new require specs in many places 2008-02-23 09:42:03 +00:00
nbody.ss setup/unpack addition and docs 2008-04-19 12:42:54 +00:00
nestedloop.ss use new require specs in many places 2008-02-23 09:42:03 +00:00
nsieve.ss use new require specs in many places 2008-02-23 09:42:03 +00:00
nsievebits.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
partialsums.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
pidigits.ss setup/unpack addition and docs 2008-04-19 12:42:54 +00:00
pidigits1.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
random.ss use new require specs in many places 2008-02-23 09:42:03 +00:00
README.txt collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
recursive.ss use new require specs in many places 2008-02-23 09:42:03 +00:00
regexmatch.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
regexpdna.ss use new require specs in many places 2008-02-23 09:42:03 +00:00
reversecomplement.ss setup/unpack addition and docs 2008-04-19 12:42:54 +00:00
reversefile.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
run.ss reference clarifications on immutable literals; JIT tweak 2008-01-31 23:15:10 +00:00
sieve.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
spectralnorm.ss setup/unpack addition and docs 2008-04-19 12:42:54 +00:00
spellcheck.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
strcat.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
sumcol-input.txt mostly improvements to run.ss benchmark-running script 2007-01-22 03:18:51 +00:00
sumcol.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
wc.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
wordfreq.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00

The program "run" should kknow how to run each benchmark with its
standard input value. So run <benchmark.ss> like this:

   mzscheme -qu run.ss <benchmark.ss>