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 | 458437.7 Ops/sec |
Append an item by spread | 407.3 Ops/sec |
Direct assign an item to an initialized array | 475279.2 Ops/sec |