Test name | Executions per second |
---|---|
finding item using find with Object.values | 263411.5 Ops/sec |
finding item using find without Object.values (accessing entities using the ids array) | 307277.2 Ops/sec |
using the itemIdByUuid "projection" we created | 1733267.0 Ops/sec |