test: add reconfigure benchmark

This commit is contained in:
tydeu 2023-09-01 14:57:42 -04:00 committed by Sebastian Ullrich
parent 5b2e3e2b0a
commit 00efb7eaca

View file

@ -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]