| Test name | Executions per second |
|---|---|
| instanceof Promise (promise) | 283437664.0 Ops/sec |
| instanceof Promise (empty object) | 191984272.0 Ops/sec |
| instanceof Promise (null) | 283734208.0 Ops/sec |
| then check (promise) | 284511104.0 Ops/sec |
| then check (empty object) | 255511488.0 Ops/sec |
| then check (null) | 268432352.0 Ops/sec |
| constructor comparison (promise) | 268223152.0 Ops/sec |
| constructor comparison (empty object) | 254500176.0 Ops/sec |
| constructor comparison (null) | 270014592.0 Ops/sec |
| type obj?.then === function (promise) | 276022752.0 Ops/sec |
| type obj?.then === function (empty object) | 258256720.0 Ops/sec |
| type obj?.then === function (null) | 271441504.0 Ops/sec |