Skip to content

Commit 5059b6f

Browse files
seishunitaloacasas
authored andcommitted
benchmark: fix typos
PR-URL: nodejs#11287 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
1 parent 2333cd3 commit 5059b6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

benchmark/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ either [`wrk`][wrk] or [`autocannon`][autocannon].
2222
path, hence if you want to compare two HTTP benchmark runs make sure that the
2323
Node version in the path is not altered.
2424

25-
`wrk` may be available through your preferred package manger. If not, you can
25+
`wrk` may be available through your preferred package manager. If not, you can
2626
easily build it [from source][wrk] via `make`.
2727

2828
By default `wrk` will be used as benchmarker. If it is not available
@@ -55,8 +55,8 @@ In the event you get a message that you need to select a CRAN mirror first.
5555

5656
You can specify a mirror by adding in the repo parameter.
5757

58-
If we used the "http://cran.us.r-project.org" mirror, it could look somehting like
59-
this:
58+
If we used the "http://cran.us.r-project.org" mirror, it could look something
59+
like this:
6060

6161
```R
6262
install.packages("ggplot2", repo="http://cran.us.r-project.org")
@@ -180,7 +180,7 @@ to be no improvements, then there shouldn't be any stars.
180180

181181
**A word of caution:** Statistics is not a foolproof tool. If a benchmark shows
182182
a statistical significant difference, there is a 5% risk that this
183-
difference doesn't actually exists. For a single benchmark this is not an
183+
difference doesn't actually exist. For a single benchmark this is not an
184184
issue. But when considering 20 benchmarks it's normal that one of them
185185
will show significance, when it shouldn't. A possible solution is to instead
186186
consider at least two stars (`**`) as the threshold, in that case the risk

0 commit comments

Comments
 (0)