| Test name | Executions per second |
|---|---|
| typeof -> string | 16324903.0 Ops/sec |
| Object.prototype.toString.call -> string | 6476530.0 Ops/sec |
| typeof -> boolean | 16611017.0 Ops/sec |
| Object.prototype.toString.call -> boolean | 6472016.0 Ops/sec |
| typeof -> object | 16252367.0 Ops/sec |
| Object.prototype.toString.call -> object | 6446493.0 Ops/sec |
| typeof -> function | 16607866.0 Ops/sec |
| Object.prototype.toString.call -> function | 6519179.0 Ops/sec |