racket/collects/tests/racket/benchmarks/shootout
Matthew Flatt ea79cc4417 benchmark noise
Remove an unnecessary manual unrolling
2012-12-07 06:36:31 -06:00
..
typed Fix documentation for packages and mutable lists. 2012-07-31 17:12:30 -04:00
ackermann.rkt
ary.rkt
auto.rkt
binarytrees-normal.rkt recognize `struct' bindings as constant 2012-10-27 06:53:21 -06:00
binarytrees-places.rkt
binarytrees.rkt
chameneos.rkt
cheapconcurrency.rkt
echo.rkt
except.rkt
fannkuch-redux.rkt added checksum calculation 2012-10-14 14:32:54 -04:00
fannkuch.rkt
fasta-new.rkt
fasta.rkt
fibo.rkt
hash.rkt
hash2.rkt
heapsort.rkt
hello.rkt
k-nucleotide-bytes-par.rkt
k-nucleotide.rkt fix benchmark on empty input 2012-11-15 06:18:05 -07:00
lists.rkt Fix documentation for packages and mutable lists. 2012-07-31 17:12:30 -04:00
mandelbrot-futures.rkt
mandelbrot-generic.rkt
mandelbrot.rkt benchmark noise 2012-12-07 06:36:31 -06:00
matrix.rkt
meteor.rkt
moments.rkt
nbody-generic.rkt
nbody-vec-generic.rkt
nbody-vec.rkt
nbody.rkt
nestedloop.rkt
nothing.rkt
nsieve.rkt
nsievebits.rkt Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
partialsums.rkt
pidigits-gmp.rkt
pidigits.rkt
pidigits1.rkt
random.rkt
README.txt
recursive.rkt
regexmatch.rkt
regexpdna-places.rkt
regexpdna.rkt
reversecomplement.rkt
reversefile.rkt
run.rkt
sieve.rkt
spectralnorm-generic.rkt
spectralnorm-par.rkt
spectralnorm.rkt
spellcheck.rkt
strcat.rkt
sumcol-input.txt
sumcol.rkt
thread-ring.rkt
wc.rkt
wordfreq.rkt

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

   racket run.rkt <benchmark.ss> [racket|typed-scheme|typed-scheme-optimizing]