racket/collects/tests/racket/benchmarks/shootout
2010-08-25 17:17:01 -04:00
..
typed Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
ackermann.rkt Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
ary.rkt
auto.rkt Replaced the safe specialized nbody benchmark by the unsafe version. 2010-07-21 21:09:43 -04:00
binarytrees.rkt Fixes two bugs that I somehow missed completely. 2010-06-23 07:34:17 -04:00
chameneos.rkt "The Great Computer Language Shootout" -> "The Computer Language Benchmarks Game" 2010-06-20 22:19:43 -04:00
cheapconcurrency.rkt
echo.rkt Port registry and changing benchmarks to not conflict on ports 2010-06-29 13:38:36 -06:00
except.rkt Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
fannkuch-redux.rkt Added the fannkuch-redux benchmark, which replaced fannkuch on the 2010-06-18 17:43:03 -04:00
fannkuch.rkt
fasta.rkt "The Great Computer Language Shootout" -> "The Computer Language Benchmarks Game" 2010-06-20 22:19:43 -04:00
fibo.rkt
hash.rkt Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
hash2.rkt Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
heapsort.rkt Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
hello.rkt
k-nucleotide.rkt
lists.rkt Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
mandelbrot-generic.rkt Propagated Eli's changes to the mandelbrot benchmark to the generic 2010-06-22 18:29:57 -04:00
mandelbrot.rkt "The Great Computer Language Shootout" -> "The Computer Language Benchmarks Game" 2010-06-20 22:19:43 -04:00
matrix.rkt
meteor.rkt Ported some new benchmarks and variants to Typed Scheme. 2010-06-18 17:43:04 -04:00
moments.rkt Rewrote the moments benchmark to potentially benefit from unboxing of 2010-06-18 17:43:01 -04:00
nbody-generic.rkt
nbody-vec-generic.rkt Unified the nbody-vec benchmarks so that they only differ by their use 2010-06-25 11:00:25 -04:00
nbody-vec.rkt Replaced the safe specialized nbody benchmark by the unsafe version. 2010-07-21 21:09:43 -04:00
nbody.rkt Made the default nbody benchmark unsafe. 2010-06-25 11:00:24 -04:00
nestedloop.rkt Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
nothing.rkt Added an empty benchmark to measure Typed Scheme's startup time. 2010-06-18 17:42:59 -04:00
nsieve.rkt "The Great Computer Language Shootout" -> "The Computer Language Benchmarks Game" 2010-06-20 22:19:43 -04:00
nsievebits.rkt "The Great Computer Language Shootout" -> "The Computer Language Benchmarks Game" 2010-06-20 22:19:43 -04:00
partialsums.rkt "The Great Computer Language Shootout" -> "The Computer Language Benchmarks Game" 2010-06-20 22:19:43 -04:00
pidigits-gmp.rkt Some improved shootout benchmarks. 2010-06-20 18:36:25 -04:00
pidigits.rkt
pidigits1.rkt
random.rkt Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
README.txt Integrated the typed shootout benchmarks to the untyped harness. 2010-06-18 17:42:58 -04:00
recursive.rkt Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
regexmatch.rkt Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
regexpdna.rkt "The Great Computer Language Shootout" -> "The Computer Language Benchmarks Game" 2010-06-20 22:19:43 -04:00
reversecomplement.rkt Some improved shootout benchmarks. 2010-06-20 18:36:25 -04:00
reversefile.rkt
run.rkt Replaced the safe specialized nbody benchmark by the unsafe version. 2010-07-21 21:09:43 -04:00
sieve.rkt
spectralnorm-generic.rkt Propagated Sam's changes to spectralnorm to the generic and unsafe versions. 2010-07-02 15:47:56 -04:00
spectralnorm.rkt Propagated Sam's changes to spectralnorm to the generic and unsafe versions. 2010-07-02 15:47:56 -04:00
spellcheck.rkt "The Great Computer Language Shootout" -> "The Computer Language Benchmarks Game" 2010-06-20 22:19:43 -04:00
strcat.rkt
sumcol-input.txt
sumcol.rkt
thread-ring.rkt "The Great Computer Language Shootout" -> "The Computer Language Benchmarks Game" 2010-06-20 22:19:43 -04:00
wc.rkt
wordfreq.rkt Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00

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]