Skip to content

Commit ffba80b

Browse files
Trotttargos
authored andcommitted
doc: remove "note that" from writing-and-running-benchmarks.md
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]>
1 parent 1591309 commit ffba80b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/guides/writing-and-running-benchmarks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ The arguments of `createBenchmark` are:
352352
* `configs` {Object} The benchmark parameters. `createBenchmark` will run all
353353
possible combinations of these parameters, unless specified otherwise.
354354
Each configuration is a property with an array of possible values.
355-
Note that the configuration values can only be strings or numbers.
355+
The configuration values can only be strings or numbers.
356356
* `options` {Object} The benchmark options. At the moment only the `flags`
357357
option for specifying command line flags is supported.
358358

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

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

406406
function main(conf) {

0 commit comments

Comments
 (0)