This test aims to compare lodash reduce function with the Javascript native reduce function, doing exactly the same operation, BUT inside a regular for loop
Comparing performance of: Native reduce (in for loop) vs Lodash reduce (in for loop)
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