| Test name | Executions per second |
|---|---|
| ✓ Object.keys() with for | 137,837,184 Ops/sec |
| Object.keys with for...of | 102,728,160 Ops/sec |
| Object.keys() with forEach | 96,794,120 Ops/sec |
| for...in Loop | 65,342,544 Ops/sec |
| Object.entries() with for...of | 9,198,728 Ops/sec |