| Test name | Executions per second |
|---|---|
| Push item to an array | 50454.6 Ops/sec |
| Append an item by spread | 627.7 Ops/sec |
| Direct assign an item to an initialized array | 112200.4 Ops/sec |
| items[items.length] | 72226.1 Ops/sec |
| items[items.length] outer length counter | 110785.9 Ops/sec |