to run cl-bench for clasp (or any other lisp not being gcl)
- clone https://gitlab.common-lisp.net/kpoeck/cl-bench/tree/feature-clasp-clbench
- load "load-cl-bench.lisp"
- wait some time
- to get a html-report
- (ql:quickload 'cl-bench/report)
- (cl-bench::bench-analysis-page)
- but does not seem to work in clasp yet because of a constant redefinition, so use sbcl for the report