Skip to content

Commit 735d506

Browse files
committed
faster
1 parent e4dbfdf commit 735d506

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

benchmark/performance.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,8 @@ async function benchmarkQueryWithInclude() {
379379
return measureOperation({
380380
name: 'Query with Include (2 levels)',
381381
skipWarmup: true,
382-
dbLatency: 100,
382+
dbLatency: 10,
383+
iterations: 10,
383384
operation: async () => {
384385
// Create 10 Level2 objects
385386
const level2Objects = [];

0 commit comments

Comments
 (0)