| Test name | Executions per second |
|---|---|
| ✓ Direct assign an item to an initialized array | 112,535 Ops/sec |
| items[items.length] outer length counter | 75,865 Ops/sec |
| items[items.length] | 72,358 Ops/sec |
| Push item to an array | 50,142 Ops/sec |
| Append an item by spread | 627 Ops/sec |