diff mbox series

[2/4] readme: document TIME/LOAD_FACTOR

Message ID 168246806922.732186.14938530606710009918.stgit@frogsfrogsfrogs (mailing list archive)
State New, archived
Headers show
Series fstests: direct specification of looping test duration | expand

Commit Message

Darrick J. Wong April 26, 2023, 12:14 a.m. UTC
From: Darrick J. Wong <djwong@kernel.org>

Document these two variables so that we have /some/ reference for what
they're supposed to do.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
---
 README |    6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/README b/README
index 4ee877a962..030b47d92a 100644
--- a/README
+++ b/README
@@ -250,6 +250,12 @@  Kernel/Modules related configuration:
  - Set KCONFIG_PATH to specify your preferred location of kernel config
    file. The config is used by tests to check if kernel feature is enabled.
 
+Test control:
+ - Set LOAD_FACTOR to a nonzero positive integer to increase the amount of
+   load applied to the system during a test by the specified multiple.
+ - Set TIME_FACTOR to a nonzero positive integer to increase the amount of
+   time that a test runs by the specified multiple.
+
 Misc:
  - If you wish to disable UDF verification test set the environment variable
    DISABLE_UDF_TEST to 1.