chore(8.0): final pre-RC1 sweep — API consistency, named errors, orphans, zero-cast codebase
This commit is contained in:
parent
970e08c466
commit
1f7e365a4e
237 changed files with 1951 additions and 49413 deletions
|
|
@ -319,7 +319,7 @@ describe('CRITICAL: Performance Benchmarks at Scale', () => {
|
|||
|
||||
for (let i = 0; i < 100; i++) {
|
||||
const randomNode = Math.floor(Math.random() * nodes)
|
||||
queryPromises.push(brainy.getRelations({ from: `node-${randomNode}` }))
|
||||
queryPromises.push(brainy.related({ from: `node-${randomNode}` }))
|
||||
}
|
||||
|
||||
await Promise.all(queryPromises)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue