Test case name | Result |
---|---|
Not empty lodash.head() | |
Not empty [0] | |
Empty lodash.head() | |
Empty [0] | |
[0] with check | |
[0] with null check |
Test name | Executions per second |
---|---|
Not empty lodash.head() | 113354192.0 Ops/sec |
Not empty [0] | 210371984.0 Ops/sec |
Empty lodash.head() | 111274864.0 Ops/sec |
Empty [0] | 208974384.0 Ops/sec |
[0] with check | 182287824.0 Ops/sec |
[0] with null check | 161124384.0 Ops/sec |