Test case name | Result |
---|---|
While Loop with declaration | |
While Loop with Slice | |
While Loop with Push and Slice | |
While Loop with Push | |
Array.from with map | |
Array.from with map and slice | |
While Loop with Slice and Internal Declaration |
Test name | Executions per second |
---|---|
While Loop with declaration | 291005.3 Ops/sec |
While Loop with Slice | 1496097.1 Ops/sec |
While Loop with Push and Slice | 1413510.1 Ops/sec |
While Loop with Push | 287501.0 Ops/sec |
Array.from with map | 227292.5 Ops/sec |
Array.from with map and slice | 665677.4 Ops/sec |
While Loop with Slice and Internal Declaration | 298060.1 Ops/sec |