| Test name | Executions per second |
|---|---|
| Push item to an array | 167153.9 Ops/sec |
| Append an item by spread | 997.6 Ops/sec |
| Direct assign an item to an initialized array | 416777.4 Ops/sec |
| items[items.length] | 168535.4 Ops/sec |
| items[items.length] outer length counter | 186851.3 Ops/sec |