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() | 112760280.0 Ops/sec |
Not empty [0] | 208829280.0 Ops/sec |
Empty lodash.head() | 112947664.0 Ops/sec |
Empty [0] | 197130736.0 Ops/sec |
[0] with check | 163594048.0 Ops/sec |
[0] with null check | 162275968.0 Ops/sec |