| Test name | Executions per second |
|---|---|
| instanceof Promise (promise) | 281194112.0 Ops/sec |
| instanceof Promise (empty object) | 223709696.0 Ops/sec |
| instanceof Promise (null) | 270780128.0 Ops/sec |
| then check (promise) | 286208736.0 Ops/sec |
| then check (empty object) | 239902096.0 Ops/sec |
| then check (null) | 287877824.0 Ops/sec |
| constructor comparison (promise) | 277557440.0 Ops/sec |
| constructor comparison (empty object) | 255511536.0 Ops/sec |
| constructor comparison (null) | 268254448.0 Ops/sec |
| type obj?.then === function (promise) | 270145664.0 Ops/sec |
| type obj?.then === function (empty object) | 259766656.0 Ops/sec |
| type obj?.then === function (null) | 270843008.0 Ops/sec |