| Test name | Executions per second |
|---|---|
| typeof -> string | 6959206.5 Ops/sec |
| Object.prototype.toString.call -> string | 2304327.0 Ops/sec |
| typeof -> boolean | 6640119.0 Ops/sec |
| Object.prototype.toString.call -> boolean | 2260168.0 Ops/sec |
| typeof -> object | 6319893.5 Ops/sec |
| Object.prototype.toString.call -> object | 2223963.0 Ops/sec |
| typeof -> function | 6376422.0 Ops/sec |
| Object.prototype.toString.call -> function | 2245613.8 Ops/sec |