Test case name | Result |
---|---|
Math.min | |
Array.reduce min | |
Math.min.apply | |
Math.max | |
Array.reduce max | |
Math.max.apply |
Test name | Executions per second |
---|---|
Math.min | 18996.3 Ops/sec |
Array.reduce min | 9310.9 Ops/sec |
Math.min.apply | 298572.6 Ops/sec |
Math.max | 18437.1 Ops/sec |
Array.reduce max | 9463.4 Ops/sec |
Math.max.apply | 253943.4 Ops/sec |