| Test name | Executions per second |
|---|---|
| typeof -> string | 782420.1 Ops/sec |
| Object.prototype.toString.call -> string | 321892.4 Ops/sec |
| typeof -> boolean | 821962.4 Ops/sec |
| Object.prototype.toString.call -> boolean | 335538.4 Ops/sec |
| typeof -> object | 905779.2 Ops/sec |
| Object.prototype.toString.call -> object | 317401.7 Ops/sec |
| typeof -> function | 847992.2 Ops/sec |
| Object.prototype.toString.call -> function | 307520.8 Ops/sec |