Test case name | Result |
---|---|
String concatentation | |
Array join (with single push before) | |
Array join (w/ push) |
Test name | Executions per second |
---|---|
String concatentation | 1283.4 Ops/sec |
Array join (with single push before) | 1224.4 Ops/sec |
Array join (w/ push) | 704.8 Ops/sec |