Skip to content

Commit ed17ab3

Browse files
committed
disable Lake benchmarks
1 parent 9b36754 commit ed17ab3

File tree

1 file changed

+114
-114
lines changed

1 file changed

+114
-114
lines changed

tests/bench/speedcenter.exec.velcom.yaml

+114-114
Original file line numberDiff line numberDiff line change
@@ -117,120 +117,120 @@
117117
cmd: ./deriv.lean.out 10
118118
build_config:
119119
cmd: ./compile.sh deriv.lean
120-
- attributes:
121-
description: lake build clean
122-
tags: [slow]
123-
run_config:
124-
<<: *time
125-
cmd: |
126-
bash -c "
127-
set -ex
128-
ulimit -s unlimited
129-
cd inundation
130-
lake -flakefile-clean.lean clean
131-
lake -flakefile-clean.lean build
132-
"
133-
build_config:
134-
cmd: |
135-
bash -c "
136-
set -ex
137-
ulimit -s unlimited
138-
cd inundation
139-
cp lakefile.lean lakefile-clean.lean
140-
lake -flakefile-clean.lean -Ktest=Clean run mkBuild
141-
lake -flakefile-clean.lean build
142-
"
143-
- attributes:
144-
description: lake build no-op
145-
tags: [fast]
146-
run_config:
147-
<<: *time
148-
cmd: |
149-
bash -c "
150-
set -ex
151-
ulimit -s unlimited
152-
lake -dinundation -flakefile-nop.lean build
153-
"
154-
build_config:
155-
cmd: |
156-
bash -c "
157-
set -ex
158-
ulimit -s unlimited
159-
cd inundation
160-
cp lakefile.lean lakefile-nop.lean
161-
lake -flakefile-nop.lean -Ktest=Nop run mkBuild
162-
lake -flakefile-nop.lean build
163-
"
164-
- attributes:
165-
description: lake config elab
166-
tags: [fast]
167-
run_config:
168-
<<: *time
169-
cmd: |
170-
bash -c "
171-
set -ex
172-
ulimit -s unlimited
173-
lake -dinundation -flakefile-rc.lean -R run nop
174-
"
175-
build_config:
176-
cmd: cp inundation/lakefile.lean inundation/lakefile-rc.lean
177-
- attributes:
178-
description: lake config import
179-
tags: [fast]
180-
run_config:
181-
<<: *time
182-
cmd: |
183-
bash -c "
184-
set -ex
185-
ulimit -s unlimited
186-
lake -dinundation run nop
187-
"
188-
build_config:
189-
cmd: |
190-
bash -c "
191-
set -ex
192-
ulimit -s unlimited
193-
lake -dinundation run nop
194-
"
195-
- attributes:
196-
description: lake config tree
197-
tags: [fast]
198-
run_config:
199-
<<: *time
200-
cmd: |
201-
bash -c "
202-
set -ex
203-
ulimit -s unlimited
204-
lake -dinundation/test/tree run nop
205-
"
206-
build_config:
207-
cmd: |
208-
lake -dinundation run mkTree
209-
lake -dinundation/test/tree update
210-
- attributes:
211-
description: lake env
212-
tags: [fast]
213-
run_config:
214-
<<: *time
215-
cmd: |
216-
bash -c "
217-
set -ex
218-
ulimit -s unlimited
219-
lake -dinundation env true
220-
"
221-
build_config:
222-
cmd: lake -dinundation env true
223-
- attributes:
224-
description: lake startup
225-
tags: [fast]
226-
run_config:
227-
<<: *time
228-
cmd: |
229-
bash -c "
230-
set -ex
231-
ulimit -s unlimited
232-
lake self-check
233-
"
120+
#- attributes:
121+
# description: lake build clean
122+
# tags: [slow]
123+
# run_config:
124+
# <<: *time
125+
# cmd: |
126+
# bash -c "
127+
# set -ex
128+
# ulimit -s unlimited
129+
# cd inundation
130+
# lake -flakefile-clean.lean clean
131+
# lake -flakefile-clean.lean build
132+
# "
133+
# build_config:
134+
# cmd: |
135+
# bash -c "
136+
# set -ex
137+
# ulimit -s unlimited
138+
# cd inundation
139+
# cp lakefile.lean lakefile-clean.lean
140+
# lake -flakefile-clean.lean -Ktest=Clean run mkBuild
141+
# lake -flakefile-clean.lean build
142+
# "
143+
#- attributes:
144+
# description: lake build no-op
145+
# tags: [fast]
146+
# run_config:
147+
# <<: *time
148+
# cmd: |
149+
# bash -c "
150+
# set -ex
151+
# ulimit -s unlimited
152+
# lake -dinundation -flakefile-nop.lean build
153+
# "
154+
# build_config:
155+
# cmd: |
156+
# bash -c "
157+
# set -ex
158+
# ulimit -s unlimited
159+
# cd inundation
160+
# cp lakefile.lean lakefile-nop.lean
161+
# lake -flakefile-nop.lean -Ktest=Nop run mkBuild
162+
# lake -flakefile-nop.lean build
163+
# "
164+
#- attributes:
165+
# description: lake config elab
166+
# tags: [fast]
167+
# run_config:
168+
# <<: *time
169+
# cmd: |
170+
# bash -c "
171+
# set -ex
172+
# ulimit -s unlimited
173+
# lake -dinundation -flakefile-rc.lean -R run nop
174+
# "
175+
# build_config:
176+
# cmd: cp inundation/lakefile.lean inundation/lakefile-rc.lean
177+
#- attributes:
178+
# description: lake config import
179+
# tags: [fast]
180+
# run_config:
181+
# <<: *time
182+
# cmd: |
183+
# bash -c "
184+
# set -ex
185+
# ulimit -s unlimited
186+
# lake -dinundation run nop
187+
# "
188+
# build_config:
189+
# cmd: |
190+
# bash -c "
191+
# set -ex
192+
# ulimit -s unlimited
193+
# lake -dinundation run nop
194+
# "
195+
#- attributes:
196+
# description: lake config tree
197+
# tags: [fast]
198+
# run_config:
199+
# <<: *time
200+
# cmd: |
201+
# bash -c "
202+
# set -ex
203+
# ulimit -s unlimited
204+
# lake -dinundation/test/tree run nop
205+
# "
206+
# build_config:
207+
# cmd: |
208+
# lake -dinundation run mkTree
209+
# lake -dinundation/test/tree update
210+
#- attributes:
211+
# description: lake env
212+
# tags: [fast]
213+
# run_config:
214+
# <<: *time
215+
# cmd: |
216+
# bash -c "
217+
# set -ex
218+
# ulimit -s unlimited
219+
# lake -dinundation env true
220+
# "
221+
# build_config:
222+
# cmd: lake -dinundation env true
223+
#- attributes:
224+
# description: lake startup
225+
# tags: [fast]
226+
# run_config:
227+
# <<: *time
228+
# cmd: |
229+
# bash -c "
230+
# set -ex
231+
# ulimit -s unlimited
232+
# lake self-check
233+
# "
234234
- attributes:
235235
description: language server startup
236236
tags: [fast]

0 commit comments

Comments
 (0)