| Test name | Executions per second |
|---|---|
| typeof -> string | 705186.2 Ops/sec |
| Object.prototype.toString.call -> string | 312343.7 Ops/sec |
| typeof -> boolean | 856719.3 Ops/sec |
| Object.prototype.toString.call -> boolean | 343712.7 Ops/sec |
| typeof -> object | 877468.6 Ops/sec |
| Object.prototype.toString.call -> object | 261716.4 Ops/sec |
| typeof -> function | 751849.6 Ops/sec |
| Object.prototype.toString.call -> function | 360288.4 Ops/sec |