@@ -26,7 +26,7 @@ identify even tiny differences in runtime.
26
26
27
27
## Example
28
28
29
- Let's test two approaches for adding elements to a page. First ceate two HTML
29
+ Let's test two approaches for adding elements to a page. First create two HTML
30
30
files:
31
31
32
32
` inner.html `
@@ -334,7 +334,7 @@ This table tells us:
334
334
335
335
Loosely speaking, a confidence interval is a range of plausible values for a
336
336
parameter like runtime, and the _ confidence level_ (which tachometer always
337
- fixes to _ 95%_ ) corresponds to the degree of confidence we have that interval
337
+ fixes to _ 95%_ ) corresponds to the degree of confidence we have that the interval
338
338
contains the _ true value_ of that parameter. See
339
339
[ Wikipedia] ( https://en.wikipedia.org/wiki/Confidence_interval#Meaning_and_interpretation )
340
340
for more information about confidence intervals.
@@ -421,7 +421,7 @@ The version for a dependency can be any of the following:
421
421
422
422
You can also use the ` --package-version ` flag to specify a version to swap in
423
423
from the command-line, with format ` [label=]package@version ` . Note that the
424
- advanced git install configuration is not supported from the commandline :
424
+ advanced git install configuration is not supported from the command line :
425
425
426
426
```
427
427
tach mybench.html \
@@ -483,7 +483,7 @@ security zones appears to resolve `NoSuchSessionError` errors.
483
483
484
484
Tachometer will install WebDriver plugins for Chrome, Firefox and IE on-demand.
485
485
The first time that Tachometer runs a benchmark in any of these browsers, it
486
- will install the appropriate plug-in from via NPM or Yarn if it is not already
486
+ will install the appropriate plug-in via NPM or Yarn if it is not already
487
487
installed.
488
488
489
489
If you wish to avoid on-demand installations like this, you can install the
@@ -603,9 +603,9 @@ For example, using the standard location of user profiles on macOS:
603
603
## Performance traces
604
604
605
605
Once you determine that something is slower or faster in comparison to something
606
- else, investigating why is natural next step. To assist in determining why,
606
+ else, investigating why is the natural next step. To assist in determining why,
607
607
consider collecting performance traces. These traces can be used to determine
608
- what the browser is doing differently between two version of code.
608
+ what the browser is doing differently between two versions of code.
609
609
610
610
When the ` trace ` option is turned on in Chromium-based browsers, each tachometer
611
611
sample will produce a JSON file that can be viewed in Chromium's ` about:tracing `
0 commit comments