forked from hanabi1224/Programming-Language-Benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbench_lisp.yaml
59 lines (59 loc) · 1.06 KB
/
bench_lisp.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
lang: lisp
problems:
- name: helloworld
source:
- 1.cl
- name: binarytrees
source:
- 3.cl
- 5.cl
- name: fannkuch-redux
source:
- 1.cl
- name: fasta
source:
- 1.cl
- 2.cl
- name: nbody
source:
- 1.cl
- 2.cl
- 3.cl
- 4.cl
- 5.cl
- 6.cl
- name: spectral-norm
source:
- 1.cl
- 2.cl
- 3.cl
- 4.cl
- 5.cl
- 6.cl
- 7.cl
- name: nsieve
source:
- 1.cl
- 2.cl
- 3.cl
# - name: mandelbrot
# source:
# - 1.cl
compiler_version_command:
compiler_version_regex:
runtime_version_parameter:
runtime_version_regex:
source_rename_to: app.cl
environments:
- os: linux
compiler: sbcl
version: latest
# docker: fukamachi/sbcl:latest-ubuntu
include: lisp
build: sbcl --dynamic-space-size 8Gb --noinform --disable-debugger --non-interactive --load bundle.cl
after_build:
- cp app out
out_dir: out
compiler_version_command: sbcl --version
run_cmd: app
allow_failure: true