Test case name | Result |
---|---|
lodash round | |
lodash round 1 | |
toFixed() | |
toFixed(1) | |
Math.round() | |
Math.round(1) |
Test name | Executions per second |
---|---|
lodash round | 4219.7 Ops/sec |
lodash round 1 | 1127.1 Ops/sec |
toFixed() | 4041.6 Ops/sec |
toFixed(1) | 4162.0 Ops/sec |
Math.round() | 4860.7 Ops/sec |
Math.round(1) | 4793.8 Ops/sec |