We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0787c78 commit 126e669Copy full SHA for 126e669
test/common/README.md
@@ -29,11 +29,9 @@ This directory contains modules used to test the Node.js implementation.
29
30
The `benchmark` module is used by tests to run benchmarks.
31
32
-### `runBenchmark(name, args, env)`
+### `runBenchmark(name, env)`
33
34
* `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`.
37
* `env` [\<Object>][<Object>] Environment variables to be applied during the
38
run.
39
0 commit comments