test: add reconfigure benchmark
This commit is contained in:
parent
5b2e3e2b0a
commit
00efb7eaca
1 changed files with 13 additions and 0 deletions
|
|
@ -181,6 +181,19 @@
|
|||
ulimit -s unlimited
|
||||
lake -dinundation script run nop
|
||||
"
|
||||
- attributes:
|
||||
description: lake reconfigure
|
||||
tags: [fast]
|
||||
run_config:
|
||||
<<: *time
|
||||
cmd: |
|
||||
bash -c "
|
||||
set -ex
|
||||
ulimit -s unlimited
|
||||
lake -dinundation -flakefile-rc.lean -R script run nop
|
||||
"
|
||||
build_config:
|
||||
cmd: cp inundation/lakefile.lean inundation/lakefile-rc.lean
|
||||
- attributes:
|
||||
description: lake startup
|
||||
tags: [fast]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue