Test case name | Result |
---|---|
isEmpty empty array | |
size empty array | |
isEmpty array of strings | |
size array of strings | |
isEmpty array of objects | |
size array of objects |
Test name | Executions per second |
---|---|
isEmpty empty array | 1940465.9 Ops/sec |
size empty array | 2341642.8 Ops/sec |
isEmpty array of strings | 671239.0 Ops/sec |
size array of strings | 2295278.2 Ops/sec |
isEmpty array of objects | 652905.2 Ops/sec |
size array of objects | 2338943.8 Ops/sec |