| Test name | Executions per second |
|---|---|
| ✓ Direct assign an item to an initialized array | 112,200 Ops/sec |
| items[items.length] outer length counter | 110,786 Ops/sec |
| items[items.length] | 72,226 Ops/sec |
| Push item to an array | 50,455 Ops/sec |
| Append an item by spread | 628 Ops/sec |