racket/collects/tests/mzscheme/benchmarks/shootout
2007-02-01 07:02:00 +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 change binary-tree to maybe correctly match the rules 2007-02-01 07:02:00 +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
k-nucleotide.ss benchmark impl. is not actually based on the Ruby version 2007-02-01 06:15:46 +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 mostly improvements to run.ss benchmark-running script 2007-01-22 03:18:51 +00:00
reversefile.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
run.ss add another missing benchmark 2007-01-29 14:00:47 +00:00
sieve.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
spectralnorm.ss add attribution 2007-01-29 14:01:29 +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 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>