Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ffba80b

Browse filesBrowse 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 <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 1591309 commit ffba80b
Copy full SHA for ffba80b

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: doc/guides/writing-and-running-benchmarks.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.