| Test name | Executions per second |
|---|---|
| ✓ Direct assign an item to an initialized array | 416,777 Ops/sec |
| items[items.length] outer length counter | 186,851 Ops/sec |
| items[items.length] | 168,535 Ops/sec |
| Push item to an array | 167,154 Ops/sec |
| Append an item by spread | 998 Ops/sec |