File: compare-scm.sh

package info (click to toggle)
uim 1%3A1.8.1-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 38,956 kB
  • sloc: lisp: 356,804; ansic: 77,833; cpp: 27,846; sh: 12,460; makefile: 2,546; asm: 333; ruby: 288
file content (9 lines) | stat: -rwxr-xr-x 149 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
#!/bin/sh

echo "Running benchmark $bench..."
echo "[ SigScheme ]"
time ./sscm $1
echo "[ SIOD ]"
time uim-sh -B < $1
echo "[ Gauche ]"
time gosh $1