| Test name | Executions per second |
|---|---|
| typeof -> string | 16465786.0 Ops/sec |
| Object.prototype.toString.call -> string | 6391382.5 Ops/sec |
| typeof -> boolean | 17911116.0 Ops/sec |
| Object.prototype.toString.call -> boolean | 6779731.0 Ops/sec |
| typeof -> object | 17353628.0 Ops/sec |
| Object.prototype.toString.call -> object | 6834485.0 Ops/sec |
| typeof -> function | 17717500.0 Ops/sec |
| Object.prototype.toString.call -> function | 6781398.0 Ops/sec |