| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1591309 commit ffba80b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -352,7 +352,7 @@ The arguments of `createBenchmark` are: | |||
| 352 | 352 | * `configs` {Object} The benchmark parameters. `createBenchmark` will run all | |
| 353 | 353 | possible combinations of these parameters, unless specified otherwise. | |
| 354 | 354 | 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. | ||
| 356 | 356 | * `options` {Object} The benchmark options. At the moment only the `flags` | |
| 357 | 357 | option for specifying command line flags is supported. | |
| 358 | 358 | ||
@@ -400,7 +400,7 @@ const options = { | |||
| 400 | 400 | // `main` and `configs` are required, `options` is optional. | |
| 401 | 401 | const bench = common.createBenchmark(main, configs, options); | |
| 402 | 402 | ||
| 403 | - // Note that any code outside main will be run twice, | ||
| 403 | + // Any code outside main will be run twice, | ||
| 404 | 404 | // in different processes, with different command line arguments. | |
| 405 | 405 | ||
| 406 | 406 | function main(conf) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments