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 c593cff

Browse filesBrowse files
TrottBethGriggs
authored andcommitted
test,doc: correct documentation for runBenchmark()
The function only takes two arguments. PR-URL: #40683 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Voltrex <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent c12ce89 commit c593cff
Copy full SHA for c593cff

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-3
lines changed
Open diff view settings
Collapse file

‎test/common/README.md‎

Copy file name to clipboardExpand all lines: test/common/README.md
+1-3Lines changed: 1 addition & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ This directory contains modules used to test the Node.js implementation.
2929

3030
The `benchmark` module is used by tests to run benchmarks.
3131

32-
### `runBenchmark(name, args, env)`
32+
### `runBenchmark(name, env)`
3333

3434
* `name` [\<string>][<string>] Name of benchmark suite to be run.
35-
* `args` [\<Array>][<Array>] Array of environment variable key/value pairs (ex:
36-
`n=1`) to be applied via `--set`.
3735
* `env` [\<Object>][<Object>] Environment variables to be applied during the
3836
run.
3937

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.