#!/bin/sh
SCMAXHEAP=64
export SCMAXHEAP
ulimit -s unlimited
ulimit -c 0
echo run $1
time ./$1-s2c >/dev/null
time ./$1-s2c >/dev/null
time ./$1-s2c >/dev/null
