diff --git a/tests/performance/fixtures/generated/complex-record-materialization.json.br b/tests/performance/fixtures/generated/complex-record-materialization.json.br index 496e2f1c69..9035d44c3d 100644 Binary files a/tests/performance/fixtures/generated/complex-record-materialization.json.br and b/tests/performance/fixtures/generated/complex-record-materialization.json.br differ diff --git a/tests/performance/fixtures/index.js b/tests/performance/fixtures/index.js index 952210f5f7..de63ab8d61 100644 --- a/tests/performance/fixtures/index.js +++ b/tests/performance/fixtures/index.js @@ -45,7 +45,7 @@ async function main() { write('example-car', createCarsPayload(1)); write('example-parent', createParentPayload(2, 2)); write('basic-record-materialization', createParentRecords(10000, 2, 3)); - write('complex-record-materialization', await createComplexRecordsPayload(100)); + write('complex-record-materialization', await createComplexRecordsPayload(400)); const initialBigM2M = createCarsPayload(100, 100); write('big-many-to-many', initialBigM2M);