diff --git a/test/common/README.md b/test/common/README.md index d7387cef7b298b..076cef2dd295c1 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -29,11 +29,9 @@ This directory contains modules used to test the Node.js implementation. The `benchmark` module is used by tests to run benchmarks. -### `runBenchmark(name, args, env)` +### `runBenchmark(name, env)` * `name` [\][] Name of benchmark suite to be run. -* `args` [\][] Array of environment variable key/value pairs (ex: - `n=1`) to be applied via `--set`. * `env` [\][] Environment variables to be applied during the run.