racket/collects/tests/mzscheme/benchmarks/shootout
2009-11-11 18:30:18 +00:00
..
ackermann.ss
ary.ss
binarytrees.ss
chameneos.ss
cheapconcurrency.ss
echo.ss
except.ss
fannkuch.ss
fasta.ss
fibo.ss
hash.ss
hash2.ss
heapsort.ss
hello.ss
k-nucleotide.ss
lists.ss
mandelbrot-unsafe.ss
mandelbrot.ss
matrix.ss
meteor.ss
moments.ss test repairs for DrDr 2009-11-11 14:01:18 +00:00
nbody-vec.ss
nbody.ss
nestedloop.ss
nsieve.ss
nsievebits.ss
partialsums.ss
pidigits-gmp.ss
pidigits.ss
pidigits1.ss
random.ss
README.txt
recursive.ss
regexmatch.ss
regexpdna.ss
reversecomplement.ss
reversefile.ss
run.ss Fix run to dynamic-require relative to the shootout directory. 2009-11-11 18:30:18 +00:00
sieve.ss
spectralnorm-unsafe.ss
spectralnorm.ss
spellcheck.ss
strcat.ss
sumcol-input.txt
sumcol.ss
thread-ring.ss
wc.ss
wordfreq.ss

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>