Add CL-bench
From Eric Marsden at http://emarsden.chez.com/downloads/cl-bench.tar.gz. Checked in as is.
Showing
- .gitlab-ci.yml 13 additions, 1 deletion.gitlab-ci.yml
- benchmarks/cl-bench/Makefile 33 additions, 0 deletionsbenchmarks/cl-bench/Makefile
- benchmarks/cl-bench/NEWS 42 additions, 0 deletionsbenchmarks/cl-bench/NEWS
- benchmarks/cl-bench/README 353 additions, 0 deletionsbenchmarks/cl-bench/README
- benchmarks/cl-bench/TODO 2 additions, 0 deletionsbenchmarks/cl-bench/TODO
- benchmarks/cl-bench/defpackage.lisp 119 additions, 0 deletionsbenchmarks/cl-bench/defpackage.lisp
- benchmarks/cl-bench/do-compilation-script.lisp 15 additions, 0 deletionsbenchmarks/cl-bench/do-compilation-script.lisp
- benchmarks/cl-bench/do-execute-script.lisp 385 additions, 0 deletionsbenchmarks/cl-bench/do-execute-script.lisp
- benchmarks/cl-bench/do-interpret-script.lisp 384 additions, 0 deletionsbenchmarks/cl-bench/do-interpret-script.lisp
- benchmarks/cl-bench/files/.gitignore 13 additions, 0 deletionsbenchmarks/cl-bench/files/.gitignore
- benchmarks/cl-bench/files/arrays.lisp 113 additions, 0 deletionsbenchmarks/cl-bench/files/arrays.lisp
- benchmarks/cl-bench/files/bignum.lisp 140 additions, 0 deletionsbenchmarks/cl-bench/files/bignum.lisp
- benchmarks/cl-bench/files/boehm-gc.lisp 123 additions, 0 deletionsbenchmarks/cl-bench/files/boehm-gc.lisp
- benchmarks/cl-bench/files/cl-ppcre/api.lisp 853 additions, 0 deletionsbenchmarks/cl-bench/files/cl-ppcre/api.lisp
- benchmarks/cl-bench/files/cl-ppcre/cl-ppcre-test.system 35 additions, 0 deletionsbenchmarks/cl-bench/files/cl-ppcre/cl-ppcre-test.system
- benchmarks/cl-bench/files/cl-ppcre/cl-ppcre.system 45 additions, 0 deletionsbenchmarks/cl-bench/files/cl-ppcre/cl-ppcre.system
- benchmarks/cl-bench/files/cl-ppcre/closures.lisp 576 additions, 0 deletionsbenchmarks/cl-bench/files/cl-ppcre/closures.lisp
- benchmarks/cl-bench/files/cl-ppcre/convert.lisp 694 additions, 0 deletionsbenchmarks/cl-bench/files/cl-ppcre/convert.lisp
- benchmarks/cl-bench/files/cl-ppcre/doc/index.html 1214 additions, 0 deletionsbenchmarks/cl-bench/files/cl-ppcre/doc/index.html
- benchmarks/cl-bench/files/cl-ppcre/foo.lisp 10 additions, 0 deletionsbenchmarks/cl-bench/files/cl-ppcre/foo.lisp
benchmarks/cl-bench/Makefile
0 → 100644
benchmarks/cl-bench/NEWS
0 → 100644
benchmarks/cl-bench/README
0 → 100644
benchmarks/cl-bench/TODO
0 → 100644
benchmarks/cl-bench/defpackage.lisp
0 → 100644
benchmarks/cl-bench/do-execute-script.lisp
0 → 100644
benchmarks/cl-bench/do-interpret-script.lisp
0 → 100644
benchmarks/cl-bench/files/.gitignore
0 → 100644
benchmarks/cl-bench/files/arrays.lisp
0 → 100644
benchmarks/cl-bench/files/bignum.lisp
0 → 100644
benchmarks/cl-bench/files/boehm-gc.lisp
0 → 100644
benchmarks/cl-bench/files/cl-ppcre/api.lisp
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
benchmarks/cl-bench/files/cl-ppcre/foo.lisp
0 → 100644
Please register or sign in to comment