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 | 167241.3 Ops/sec |
Append an item by spread | 1002.6 Ops/sec |
Direct assign an item to an initialized array | 415122.9 Ops/sec |