Test case name | Result |
---|---|
Round floating number using lodash round function | |
Round float number with Math.round | |
Round floating number using toFixed() |
Test name | Executions per second |
---|---|
Round floating number using lodash round function | 2777.3 Ops/sec |
Round float number with Math.round | 10121.5 Ops/sec |
Round floating number using toFixed() | 5012.8 Ops/sec |