| Test name | Executions per second |
|---|---|
| ✓ Check if object by using typeof - passing in a string object | 138,662,704 Ops/sec |
| Check if object by using instanceof - passing in an integer | 135,158,704 Ops/sec |
| Check if object by using typeof - passing in an object | 134,372,272 Ops/sec |
| Check if object by using typeof - passing in an integer | 131,702,312 Ops/sec |
| Check if object by using instanceof - passing in a string | 128,180,232 Ops/sec |
| Check if object by using typeof - passing in a string | 119,427,768 Ops/sec |
| Check if object by using instanceof - passing in an object | 111,343,112 Ops/sec |
| Check if object by using instanceof - passing in a string object | 109,949,168 Ops/sec |
| Check if object by comparing value to an object instantiated from the value - passing in a string object | 87,515,440 Ops/sec |
| Check if object by comparing value to an object instantiated from the value - passing in an object | 85,065,192 Ops/sec |
| Check if object by comparing value to an object instantiated from the value - passing in an integer | 32,428,818 Ops/sec |
| Check if object by comparing value to an object instantiated from the value - passing in a string | 23,683,478 Ops/sec |