Skip to content

Commit

Permalink
doc: remove "note that" from writing-and-running-benchmarks.md
Browse files Browse the repository at this point in the history
Refs: nodejs/remark-preset-lint-node#16

PR-URL: #28329
Reviewed-By: Gus Caplan <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
  • Loading branch information
Trott authored and targos committed Jul 2, 2019
1 parent 1591309 commit ffba80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/guides/writing-and-running-benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ The arguments of `createBenchmark` are:
* `configs` {Object} The benchmark parameters. `createBenchmark` will run all
possible combinations of these parameters, unless specified otherwise.
Each configuration is a property with an array of possible values.
Note that the configuration values can only be strings or numbers.
The configuration values can only be strings or numbers.
* `options` {Object} The benchmark options. At the moment only the `flags`
option for specifying command line flags is supported.

Expand Down Expand Up @@ -400,7 +400,7 @@ const options = {
// `main` and `configs` are required, `options` is optional.
const bench = common.createBenchmark(main, configs, options);

// Note that any code outside main will be run twice,
// Any code outside main will be run twice,
// in different processes, with different command line arguments.

function main(conf) {
Expand Down

0 comments on commit ffba80b

Please sign in to comment.