| Test name | Executions per second |
|---|---|
| typeof -> string | 2005123.2 Ops/sec |
| Object.prototype.toString.call -> string | 748327.1 Ops/sec |
| typeof -> boolean | 1975382.0 Ops/sec |
| Object.prototype.toString.call -> boolean | 749720.7 Ops/sec |
| typeof -> object | 1940927.4 Ops/sec |
| Object.prototype.toString.call -> object | 747493.5 Ops/sec |
| typeof -> function | 1943449.9 Ops/sec |
| Object.prototype.toString.call -> function | 745943.1 Ops/sec |