lodash assign vs object.assign vs spread operator - variable and constant (version: 1)
Compares the creation of a new object by merging two existing ones using lodash, Object.assign and the spread operator, when merging an object literal with an object from a variable.
Comparing performance of: lodash assign vs object.assign vs spread
Memory measurements supported only in Chrome.
For precise memory measurements Chrome must be launched with --enable-precise-memory-info flag.
More information: Monitoring JavaScript Memory