add signal-slot benchmark & better graphs
Annotate for file benchmark.sh
2009-05-25 tobias 1 #!/bin/sh
14:59:32 ' 2
' 3 rm -- *.dat
2009-06-19 tobias 4 sbcl --eval "(mb:load :cl-smoke.benchmark)" --eval "(cl-smoke.benchmark:run)" --eval "(quit)" || exit 1
15:31:27 ' 5 R --no-save < ./plot.R > /dev/null