racket/collects/tests/mzscheme/benchmarks/shootout
Matthew Flatt 13182685e6 nbody binary arithmetic etc.
svn: r11319
2008-08-19 03:29:04 +00:00
..
ackermann.ss setup/unpack addition and docs 2008-04-19 12:42:54 +00:00
ary.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
binarytrees.ss shootout updates 2008-07-19 00:11:10 +00:00
chameneos.ss add editor-scroll-to method of editor<%> 2008-07-22 13:17:09 +00:00
cheapconcurrency.ss setup/unpack addition and docs 2008-04-19 12:42:54 +00:00
echo.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
except.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
fannkuch.ss shootout benchmark improvements 2008-07-19 01:00:27 +00:00
fasta.ss shootout benchmark improvements 2008-07-19 01:00:27 +00:00
fibo.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
hash.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
hash2.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
heapsort.ss use new require specs in many places 2008-02-23 09:42:03 +00:00
hello.ss shootout benchmarks 2008-07-19 02:40:34 +00:00
k-nucleotide.ss shootout benchmarks 2008-07-19 02:40:34 +00:00
lists.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
mandelbrot.ss shootout benchmarks 2008-07-19 02:40:34 +00:00
matrix.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
meteor.ss add 'bitwise-bit-set?' and 'in-value' (v4.0.2.6) 2008-07-29 19:27:33 +00:00
moments.ss use new require specs in many places 2008-02-23 09:42:03 +00:00
nbody.ss nbody binary arithmetic etc. 2008-08-19 03:29:04 +00:00
nestedloop.ss use new require specs in many places 2008-02-23 09:42:03 +00:00
nsieve.ss shootout benchmarks 2008-07-19 02:40:34 +00:00
nsievebits.ss shootout benchmarks 2008-07-19 02:40:34 +00:00
partialsums.ss shootout benchmarks 2008-07-19 02:40:34 +00:00
pidigits.ss shootout benchmarks 2008-07-19 02:40:34 +00:00
pidigits1.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
random.ss use new require specs in many places 2008-02-23 09:42:03 +00:00
README.txt collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
recursive.ss shootout benchmarks 2008-07-19 02:40:34 +00:00
regexmatch.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
regexpdna.ss shootout benchmarks 2008-07-19 02:40:34 +00:00
reversecomplement.ss setup/unpack addition and docs 2008-04-19 12:42:54 +00:00
reversefile.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
run.ss reference clarifications on immutable literals; JIT tweak 2008-01-31 23:15:10 +00:00
sieve.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
spectralnorm.ss fix spectral-norm benchmark 2008-07-21 20:38:51 +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 shootout benchmarks 2008-07-19 02:40:34 +00:00
thread-ring.ss shootout benchmarks 2008-07-19 14:27:00 +00:00
wc.ss collect benchmark programs together in one place, finally 2006-07-27 19:32:22 +00:00
wordfreq.ss make all files terminate with a newline 2008-02-24 21:27:36 +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>