| 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 lodash round function | 1233.9 Ops/sec |
| Round floating number using toFixed() | 6663.3 Ops/sec |
| Round floating number using toFixed() and parseFloat | 4302.5 Ops/sec |