Test case name | Result |
---|---|
sort object with orderBy, ascending | |
sort object with sortBy, ascending | |
sort object with native sort, ascending | |
sort object with orderBy, descending | |
sort object with native sort, descending |
Test name | Executions per second |
---|---|
sort object with orderBy, ascending | 1444585.4 Ops/sec |
sort object with sortBy, ascending | 1450932.0 Ops/sec |
sort object with native sort, ascending | 4078733.5 Ops/sec |
sort object with orderBy, descending | 1538871.6 Ops/sec |
sort object with native sort, descending | 6836785.5 Ops/sec |