| Test name | Executions per second |
|---|---|
| typeof -> string | 2681463.0 Ops/sec |
| Object.prototype.toString.call -> string | 971714.5 Ops/sec |
| typeof -> boolean | 2651484.8 Ops/sec |
| Object.prototype.toString.call -> boolean | 979864.6 Ops/sec |
| typeof -> object | 2423793.8 Ops/sec |
| Object.prototype.toString.call -> object | 962969.7 Ops/sec |
| typeof -> function | 2427701.0 Ops/sec |
| Object.prototype.toString.call -> function | 932572.8 Ops/sec |