Destructuring vs Direct Access Performance in JavaScript (version: 0)
This benchmark tests the performance difference between destructuring and direct access of object properties in JavaScript. The goal is to evaluate which method is faster for accessing multiple properties of an object.
Comparing performance of: Destructuring access vs Direct access
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