| Test case name | Result |
|---|---|
| Push item to an array | |
| Append an item by spread | |
| Direct assign an item to an initialized array |
| Test name | Executions per second |
|---|---|
| Push item to an array | 292721.1 Ops/sec |
| Append an item by spread | 3155.2 Ops/sec |
| Direct assign an item to an initialized array | 390308.7 Ops/sec |