| Test name | Executions per second |
|---|---|
| typeof -> string | 2187198.8 Ops/sec |
| Object.prototype.toString.call -> string | 797323.1 Ops/sec |
| typeof -> boolean | 2326318.8 Ops/sec |
| Object.prototype.toString.call -> boolean | 794767.6 Ops/sec |
| typeof -> object | 2203048.0 Ops/sec |
| Object.prototype.toString.call -> object | 800838.0 Ops/sec |
| typeof -> function | 2206809.0 Ops/sec |
| Object.prototype.toString.call -> function | 776964.2 Ops/sec |