repos
/
benchmark
/ headblob
summary
|
shortlog
|
log
|
tree
|
annotate
|
headblob
|
filehistory
plain
/
/benchmark.sh
1
#!/bin/sh
2
3
rm -- *.dat
4
sbcl --eval "(require :cl-smoke.benchmark)" \
5
--eval "(cl-smoke.benchmark:run)" \
6
--eval "(quit)" || exit 1
7
R --no-save < ./plot.R > /dev/null