ASDF & modular smoke.
Annotate for file benchmark.sh
2009-05-25 tobias 1 #!/bin/sh
14:59:32 ' 2
' 3 rm -- *.dat
2010-01-10 tobias 4 sbcl --eval "(require :cl-smoke.benchmark)" \
10:16:40 ' 5 --eval "(cl-smoke.benchmark:run)" \
' 6 --eval "(quit)" || exit 1
2009-06-19 tobias 7 R --no-save < ./plot.R > /dev/null