Skip to content

Commit d43b8a4

Browse files
committed
chore: bump size of benchmark
1 parent 7fe1571 commit d43b8a4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Binary file not shown.

tests/performance/fixtures/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ async function main() {
3939
write('example-car', createCarsPayload(1));
4040
write('example-parent', createParentPayload(2, 2));
4141
write('basic-record-materialization', createParentRecords(10000, 2, 3));
42-
write('complex-record-materialization', await createComplexRecordsPayload(100));
42+
write('complex-record-materialization', await createComplexRecordsPayload(400));
4343
}
4444
main();

0 commit comments

Comments
 (0)