| Test name | Executions per second |
|---|---|
| typeof -> string | 754076.8 Ops/sec |
| Object.prototype.toString.call -> string | 315579.1 Ops/sec |
| typeof -> boolean | 769201.4 Ops/sec |
| Object.prototype.toString.call -> boolean | 319209.9 Ops/sec |
| typeof -> object | 755360.2 Ops/sec |
| Object.prototype.toString.call -> object | 310030.0 Ops/sec |
| typeof -> function | 737006.1 Ops/sec |
| Object.prototype.toString.call -> function | 309161.8 Ops/sec |