Test case name | Result |
---|---|
random + .toString() | |
random + template literal | |
.toString() | |
template literal |
Test name | Executions per second |
---|---|
random + .toString() | 2853640.8 Ops/sec |
random + template literal | 6939945.5 Ops/sec |
.toString() | 19950756.0 Ops/sec |
template literal | 20577148.0 Ops/sec |