From 00efb7eaca75e396e9884cf5262a97644ad5eb6a Mon Sep 17 00:00:00 2001 From: tydeu Date: Fri, 1 Sep 2023 14:57:42 -0400 Subject: [PATCH] test: add reconfigure benchmark --- tests/bench/speedcenter.exec.velcom.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tests/bench/speedcenter.exec.velcom.yaml b/tests/bench/speedcenter.exec.velcom.yaml index 064f7f5e13..f93c561c42 100644 --- a/tests/bench/speedcenter.exec.velcom.yaml +++ b/tests/bench/speedcenter.exec.velcom.yaml @@ -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]