| 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 | 1732440.1 Ops/sec |
| sort object with sortBy, ascending | 1708427.0 Ops/sec |
| sort object with native sort, ascending | 4753737.5 Ops/sec |
| sort object with orderBy, descending | 1820521.0 Ops/sec |
| sort object with native sort, descending | 8768320.0 Ops/sec |