update percent of filling

This commit is contained in:
Ekaterina Chernitsyna 2023-12-11 16:53:14 +03:00 committed by Andrey Berezin
parent be964e731f
commit 89522b607c
3 changed files with 33 additions and 2 deletions

View file

@ -195,6 +195,8 @@ class LoadParams:
"NO_VERIFY_SSL",
False,
)
# Percentage of filling of all data disks on all nodes
fill_percent: Optional[float] = None
# ------- COMMON SCENARIO PARAMS -------
# Load time is the maximum duration for k6 to give load. Default is the BACKGROUND_LOAD_DEFAULT_TIME value.