racket/collects/tests/mzscheme/benchmarks/shootout
Matthew Flatt 55de7f011f some simplifications
svn: r4686
2006-10-26 06:56:56 +00:00
..
ackermann.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
ary.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
binarytrees.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
chameneos.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
cheapconcurrency.ss undo bad benchmark change 2006-09-19 07:42:07 +00:00
echo.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
except.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
fannkuch.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
fasta.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
fibo.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
hash.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
hash2.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
heapsort.ss some simplifications 2006-10-26 06:56:56 +00:00
lists.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
mandelbrot.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
matrix.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
moments.ss some simplifications 2006-10-26 06:56:56 +00:00
nbody.ss some simplifications 2006-10-26 06:56:56 +00:00
nestedloop.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
nsieve.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
nsievebits.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
partialsums.ss some simplifications 2006-10-26 06:56:56 +00:00
pidigits.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
pidigits1.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
random.ss some simplifications 2006-10-26 06:56:56 +00:00
README.txt collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
recursive.ss some simplifications 2006-10-26 06:56:56 +00:00
regexmatch.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
regexpdna.ss some simplifications 2006-10-26 06:56:56 +00:00
reversecomplement.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
reversefile.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
run.ss some simplifications 2006-10-26 06:56:56 +00:00
sieve.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +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.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 collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +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>