Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Sep 27, 2021
1 parent 856555c commit 9e8bf54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ You can change this duration with the `--timeout` flag or the `timeout` JSON
config option, measured in minutes. Set `--timeout=0` to disable auto sampling
entirely. Set `--timeout=60` to sample for up to an hour.

### Auto sample conditions
### Auto sample stopping conditions

You can also configure which statistical conditions tachometer should check for
when deciding when to stop auto sampling by configuring _auto sample
conditions_. This is controlled by the `--auto-sample-conditions` flag or the
`autoSampleConditions` JSON config option.

An auto sample condition condition can be thought of as a point of interest on
the number-line of either absolute milliseconds, or relative percent change. By
An auto sample condition can be thought of as a point of interest on the
number-line of either absolute milliseconds, or relative percent change. By
setting a condition, you are asking tachometer to try to shrink the confidence
interval until it is unambiguously placed on one side or the other of that
condition.
Expand Down Expand Up @@ -711,7 +711,7 @@ Defaults are the same as the corresponding command-line flags.
"root": "./benchmarks",
"sampleSize": 50,
"timeout": 3,
"horizons": ["0%", "1%"],
"autoSampleConditions": ["0%", "1%"],
"benchmarks": [
{
"name": "foo",
Expand Down

0 comments on commit 9e8bf54

Please sign in to comment.