Test case name | Result |
---|---|
Math.floor(Math.random() * 1000000000).toString() | |
window.performance.now().toFixed() |
Test name | Executions per second |
---|---|
Math.floor(Math.random() * 1000000000).toString() | 2601122.0 Ops/sec |
window.performance.now().toFixed() | 1437645.4 Ops/sec |