Checking with > 0 when set vs Checking with === when set vs Checking with > 0 when not set vs Checking with === when not set | Test case name | Result |
|---|---|
| Checking with > 0 when set | |
| Checking with === when set | |
| Checking with > 0 when not set | |
| Checking with === when not set |
| Test name | Executions per second |
|---|---|
| ✓ Checking with > 0 when not set | 234,380,336 Ops/sec |
| Checking with === when not set | 219,230,192 Ops/sec |
| Checking with === when set | 212,393,808 Ops/sec |
| Checking with > 0 when set | 207,094,656 Ops/sec |