|
3 | 3 | > tachometer is a tool for running benchmarks in web browsers. It uses repeated
|
4 | 4 | > sampling and statistics to reliably identify even tiny differences in runtime.
|
5 | 5 |
|
6 |
| -###### [Install](#install) | [Usage](#usage) | [Why?](#why) | [Example](#example) | [Features](#features) | [Sampling](#sampling) | [Measurement modes](#measurement-modes) | [Interpreting results](#interpreting=results) | [Swap NPM dependencies](#swap-npm-dependencies) | [JavaScript module imports](#javascript-module-imports) | [Browsers](#browsers) | [Performance traces](#performance-traces) | [Remote control](#remote-control) | [Config file](#config-file) | [CLI usage](#cli-usage) |
| 6 | +###### [Install](#install) | [Usage](#usage) | [Why?](#why) | [Example](#example) | [Features](#features) | [Sampling](#sampling) | [Measurement modes](#measurement-modes) | [Interpreting results](#interpreting-results) | [Swap NPM dependencies](#swap-npm-dependencies) | [JavaScript module imports](#javascript-module-imports) | [Browsers](#browsers) | [Performance traces](#performance-traces) | [Remote control](#remote-control) | [Config file](#config-file) | [CLI usage](#cli-usage) |
7 | 7 |
|
8 | 8 | ## Install
|
9 | 9 |
|
@@ -106,7 +106,7 @@ information.
|
106 | 106 | depend on, to compare published versions, remote GitHub branches, or local git
|
107 | 107 | repos.
|
108 | 108 |
|
109 |
| -- [_Automatically sample_](#auto-sampling) until we have enough precision to |
| 109 | +- [_Automatically sample_](#auto-sample) until we have enough precision to |
110 | 110 | answer the question you are asking.
|
111 | 111 |
|
112 | 112 | - [_Remote control_](#remote-control) browsers running on different machines
|
@@ -857,7 +857,7 @@ tach http://example.com
|
857 | 857 | | `--package-version` / `-p` | _(none)_ | Specify an NPM package version to swap in ([details](#swap-npm-dependencies)) |
|
858 | 858 | | `--browser` / `-b` | `chrome` | Which browsers to launch in automatic mode, comma-delimited (chrome, firefox, safari, edge, ie) ([details](#browsers)) |
|
859 | 859 | | `--window-size` | `1024,768` | "width,height" in pixels of the browser windows that will be created |
|
860 |
| -| `--sample-size` / `-n` | `50` | Minimum number of times to run each benchmark ([details](#sample-size)) | |
| 860 | +| `--sample-size` / `-n` | `50` | Minimum number of times to run each benchmark ([details](#minimum-sample-size)) | |
861 | 861 | | `--auto-sample-conditions` | `0%` | The degrees of difference to try and resolve when auto-sampling ("N%" or "Nms", comma-delimited) ([details](#auto-sample-conditions)) |
|
862 | 862 | | `--timeout` | `3` | The maximum number of minutes to spend auto-sampling ([details](#auto-sample)) |
|
863 | 863 | | `--measure` | `callback` | Which time interval to measure (`callback`, `global`, `fcp`) ([details](#measurement-modes)) |
|
|
0 commit comments