Round floating number using lodash round function vs Round floating number using toFixed() vs Round floating number using toFixed() and parseFloat| Test case name | Result |
|---|---|
| Round floating number using lodash round function | |
| Round floating number using toFixed() | |
| Round floating number using toFixed() and parseFloat |
| Test name | Executions per second |
|---|---|
| ✓ Round floating number using toFixed() | 5,012 Ops/sec |
| Round floating number using toFixed() and parseFloat | 2,555 Ops/sec |
| Round floating number using lodash round function | 1,261 Ops/sec |