1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
#!/bin/bash
./compile-gambit-fixnum-benchmark boyer
./compile-gambit-fixnum-benchmark browse
./compile-gambit-fixnum-benchmark cpstak
./compile-gambit-fixnum-benchmark ctak
./compile-gambit-fixnum-benchmark dderiv
./compile-gambit-fixnum-benchmark deriv
./compile-gambit-fixnum-benchmark destruct
./compile-gambit-fixnum-benchmark div-iter
./compile-gambit-fixnum-benchmark div-rec
./compile-gambit-benchmark fft
./compile-gambit-fixnum-benchmark fprint
./compile-gambit-fixnum-benchmark fread
./compile-gambit-fixnum-benchmark puzzle
./compile-gambit-fixnum-benchmark tak
./compile-gambit-fixnum-benchmark takl
./compile-gambit-fixnum-benchmark takr
./compile-gambit-fixnum-benchmark tprint
./compile-gambit-fixnum-benchmark traverse
./compile-gambit-fixnum-benchmark traverse-init
./compile-gambit-fixnum-benchmark fannkuch
./compile-gambit-benchmark simplex
./compile-gambit-benchmark em-functional
./compile-gambit-benchmark em-functional-partial-split
./compile-gambit-benchmark em-functional-split
./compile-gambit-benchmark em-functional-do-split
./compile-gambit-benchmark em-imperative
./compile-gambit-benchmark em-imperative-split
./compile-gambit-benchmark nfm
./compile-gambit-benchmark integ
./compile-gambit-benchmark integ2
./compile-gambit-benchmark gold
./compile-gambit-benchmark gold2
./compile-gambit-benchmark sort
./compile-gambit-benchmark sort2
./compile-gambit-fixnum-benchmark dfa
./compile-gambit-fixnum-benchmark dfa2
./compile-gambit-fixnum-benchmark graphs
./compile-gambit-fixnum-benchmark lattice
|