| Test name | Executions per second |
|---|---|
| typeof -> string | 13308329.0 Ops/sec |
| Object.prototype.toString.call -> string | 2643097.8 Ops/sec |
| typeof -> boolean | 7101557.0 Ops/sec |
| Object.prototype.toString.call -> boolean | 2222140.5 Ops/sec |
| typeof -> object | 6138431.0 Ops/sec |
| Object.prototype.toString.call -> object | 1961103.1 Ops/sec |
| typeof -> function | 5764052.0 Ops/sec |
| Object.prototype.toString.call -> function | 2430284.5 Ops/sec |