Test case name | Result |
---|---|
finding item using find with Object.values | |
finding item using find without Object.values (accessing entities using the ids array) | |
using the itemIdByUuid "projection" we created |
Test name | Executions per second |
---|---|
finding item using find with Object.values | 901.6 Ops/sec |
finding item using find without Object.values (accessing entities using the ids array) | 1706.3 Ops/sec |
using the itemIdByUuid "projection" we created | 1712017.2 Ops/sec |