Skip to content

Commit 40a3343

Browse files
runspiredMehulKChaudhari
authored andcommitted
chore: bump size of benchmark (emberjs#9746)
1 parent 7361307 commit 40a3343

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
@@ -45,7 +45,7 @@ async function main() {
4545
write('example-car', createCarsPayload(1));
4646
write('example-parent', createParentPayload(2, 2));
4747
write('basic-record-materialization', createParentRecords(10000, 2, 3));
48-
write('complex-record-materialization', await createComplexRecordsPayload(100));
48+
write('complex-record-materialization', await createComplexRecordsPayload(400));
4949

5050
const initialBigM2M = createCarsPayload(100, 100);
5151
write('big-many-to-many', initialBigM2M);

0 commit comments

Comments
 (0)