racket/collects/tests/mzscheme/benchmarks/shootout
Sam Tobin-Hochstadt 3687048bbb use flvectors in spectralnorm-unsafe
Add input info for spectralnorm-unsafe

svn: r17306
2009-12-15 16:26:47 +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 add unsafe-f64vector-{ref,set!} and improve JIT to inline arithmetic ops with more than 2 arguments 2009-11-26 15:07:16 +00:00
matrix.ss
meteor.ss
moments.ss test repairs for DrDr 2009-11-11 14:01:18 +00:00
nbody-vec-unsafe.ss Add unsafe version of nbody shootout benchmark. 2009-12-13 19:30:22 +00:00
nbody-vec.ss
nbody.ss add unsafe-f64vector-{ref,set!} and improve JIT to inline arithmetic ops with more than 2 arguments 2009-11-26 15:07:16 +00:00
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 use flvectors in spectralnorm-unsafe 2009-12-15 16:26:47 +00:00
sieve.ss
spectralnorm-unsafe.ss use flvectors in spectralnorm-unsafe 2009-12-15 16:26:47 +00:00
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>