| Test case name | Result |
|---|---|
| for..of destructured with Object.entries() | |
| for..of undestructured with Object.entries() | |
| for..in | |
| for..of destructured with Object.entries() (with prototype) | |
| for..of undestructured with Object.entries() (with prototype) | |
| for..in (with prototype) | |
| for..of destructured with map | |
| for..of undestructured with map | |
| .forEach with Object.entries() | |
| .forEach with Object.entries() (with prototype) | |
| .forEach with map |
This benchmark does not have any results yet. Be the first one to run it!