Skip to content

Commit 585f677

Browse files
committed
Enbiggen
1 parent d8683e3 commit 585f677

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
Binary file not shown.
Binary file not shown.

tests/performance/fixtures/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async function main() {
4747
write('basic-record-materialization', createParentRecords(10000, 2, 3));
4848
write('complex-record-materialization', await createComplexRecordsPayload(100));
4949

50-
const initialBigM2M = createCarsPayload(10, 2);
50+
const initialBigM2M = createCarsPayload(100, 100);
5151
write('big-many-to-many', initialBigM2M);
5252
write('big-many-to-many-with-removal', deleteHalfTheColors(initialBigM2M));
5353
}

0 commit comments

Comments
 (0)