Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/cli_help.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
* Applied to the most recent `--benchmark`, or all benchmarks if specified
before any `--benchmark` arguments.

## Stopping Criteria
## Measurement Collection

* `--timeout <seconds>`
* Measurements will timeout after `<seconds>` have elapsed.
Expand All @@ -155,6 +155,8 @@
* Applies to the most recent `--benchmark`, or all benchmarks if specified
before any `--benchmark` arguments.

## Stopping Criteria

* `--stopping-criterion <criterion>`
* After `--min-samples` is satisfied, use `<criterion>` to detect if enough
samples were collected.
Expand Down
Loading