File: run-chez-benchmark

package info (click to toggle)
stalin 0.11-6
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 110,396 kB
  • ctags: 163,122
  • sloc: ansic: 1,757,574; lisp: 88,332; sh: 1,514; makefile: 229; sed: 100; csh: 30
file content (9 lines) | stat: -rwxr-xr-x 200 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#!/bin/sh
unset noclobber
ulimit -s unlimited
ulimit -c 0
sed -f chez.sed $1.sc >$1-chez.ss
echo run $1
time chez $1-chez.ss >/dev/null
time chez $1-chez.ss >/dev/null
time chez $1-chez.ss >/dev/null