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 | 2983448.5 Ops/sec |
length empty array | 7455469.0 Ops/sec |
isEmpty array of strings | 3085372.8 Ops/sec |
length array of strings | 7307710.0 Ops/sec |
isEmpty array of objects | 3149789.0 Ops/sec |
length array of objects | 7365197.0 Ops/sec |