From a002efc8c741c99ffcbe213368569efd9c894854 Mon Sep 17 00:00:00 2001 From: Omri SirComp Date: Tue, 26 May 2026 07:24:08 +0300 Subject: [PATCH] docs: separate measurement options from stopping criteria Signed-off-by: Omri SirComp --- docs/cli_help.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/cli_help.md b/docs/cli_help.md index 30fe7b3f..f3ec3c96 100644 --- a/docs/cli_help.md +++ b/docs/cli_help.md @@ -136,7 +136,7 @@ * Applied to the most recent `--benchmark`, or all benchmarks if specified before any `--benchmark` arguments. -## Stopping Criteria +## Measurement Collection * `--timeout ` * Measurements will timeout after `` have elapsed. @@ -155,6 +155,8 @@ * Applies to the most recent `--benchmark`, or all benchmarks if specified before any `--benchmark` arguments. +## Stopping Criteria + * `--stopping-criterion ` * After `--min-samples` is satisfied, use `` to detect if enough samples were collected.