instanceof test vs in test vs instanceof test again vs proper type check vs includes check| Test case name | Result |
|---|---|
| instanceof test | |
| in test | |
| instanceof test again | |
| proper type check | |
| includes check |
| Test name | Executions per second |
|---|---|
| ✓ in test | 1,553,290,624 Ops/sec |
| proper type check | 1,387,363,968 Ops/sec |
| instanceof test again | 160,112,240 Ops/sec |
| instanceof test | 157,504,400 Ops/sec |
| includes check | 45,093,188 Ops/sec |