Test case name | Result |
---|---|
for-in | |
Object.keys with forEach | |
Object.keys with reduce | |
Object.keys with for-of | |
for-in with hasOwnProperty |
Test name | Executions per second |
---|---|
for-in | 5101.5 Ops/sec |
Object.keys with forEach | 3798.3 Ops/sec |
Object.keys with reduce | 3967.2 Ops/sec |
Object.keys with for-of | 2921.3 Ops/sec |
for-in with hasOwnProperty | 3089.0 Ops/sec |