mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
6abb06f821
To copy the values of all enumerable own properties from- a source object to a target object, node still use- `util._extend`, though newer standard `Object.assign` is available. This is because `util._extend` is found to be faster than `Object.assign`. This benchmark test is to keep track of how performance compare. PR-URL: https://github.com/nodejs/node/pull/7255 Reviewed-By: James M Snell <jasnell@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 | ||
string-creation.js | ||
util-extend-vs-object-assign.js | ||
v8-bench.js |