| Test name | Executions per second |
|---|---|
| typeof -> string | 2103729.2 Ops/sec |
| Object.prototype.toString.call -> string | 732640.4 Ops/sec |
| typeof -> boolean | 2108823.2 Ops/sec |
| Object.prototype.toString.call -> boolean | 735933.4 Ops/sec |
| typeof -> object | 2051090.0 Ops/sec |
| Object.prototype.toString.call -> object | 736528.2 Ops/sec |
| typeof -> function | 2055565.2 Ops/sec |
| Object.prototype.toString.call -> function | 745320.8 Ops/sec |