Test case name | Result |
---|---|
isEmpty empty array | |
length empty array | |
isEmpty array of strings | |
length array of strings | |
isEmpty array of objects | |
length array of objects |
Test name | Executions per second |
---|---|
isEmpty empty array | 49203692.0 Ops/sec |
length empty array | 257808752.0 Ops/sec |
isEmpty array of strings | 49494820.0 Ops/sec |
length array of strings | 264563600.0 Ops/sec |
isEmpty array of objects | 48566268.0 Ops/sec |
length array of objects | 237422992.0 Ops/sec |