Test case name | Result |
---|---|
2 spreading and executing Math.min() and Math.max() | |
1 spreading and executing Math.min() and Math.max() | |
No spreading and executing .reduce one time |
Test name | Executions per second |
---|---|
2 spreading and executing Math.min() and Math.max() | 13538.6 Ops/sec |
1 spreading and executing Math.min() and Math.max() | 21407.6 Ops/sec |
No spreading and executing .reduce one time | 16164.6 Ops/sec |