mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
* Give createBenchmark and the Benchmark constructor a third argument for specifying the command line flags that this benchmark should be run with. The benchmarks are no longer run with --expose-internals by default, they will need to explicitly pass the flags. * Rename options to configs in createBenchmark and the Benchmark constructor to match the documentation since they are not optional. * Comment the properties of a Benchmark object Also improve the documentation about creating benchmarks * Add detailed description of the arguments of `createBenchmark` * Describe the two passes of running the benchmarks * Suggest what kind of code should go where in the benchmark example PR-URL: https://github.com/nodejs/node/pull/10448 Reviewed-By: Andreas Madsen <amwebdk@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> |
||
|---|---|---|
| .. | ||
| function_call | ||
| console.js | ||
| freelist.js | ||
| set-immediate-breadth-args.js | ||
| set-immediate-breadth.js | ||
| set-immediate-depth-args.js | ||
| set-immediate-depth.js | ||
| startup.js | ||
| util-extend-vs-object-assign.js | ||
| v8-bench.js | ||