Test case name | Result |
---|---|
undefined w/ type | |
undefined w/o type without type check | |
typeof equal to | |
typeof equal to without type check | |
with brackets around typeof unequal | |
with brackets around typeof equal | |
with brackets around typeof unequal with type check | |
with brackets around typeof equal with type check |
Test name | Executions per second |
---|---|
undefined w/ type | 18374642.0 Ops/sec |
undefined w/o type without type check | 18311992.0 Ops/sec |
typeof equal to | 18603892.0 Ops/sec |
typeof equal to without type check | 18557950.0 Ops/sec |
with brackets around typeof unequal | 18448914.0 Ops/sec |
with brackets around typeof equal | 18312632.0 Ops/sec |
with brackets around typeof unequal with type check | 18410298.0 Ops/sec |
with brackets around typeof equal with type check | 18432032.0 Ops/sec |