@@ -26,10 +26,12 @@ public function __construct(
26
26
protected function execute (InputInterface $ input , OutputInterface $ output ): int
27
27
{
28
28
$ items = [
29
- ['ext_props ' => 0 , 'batch ' => false , 'count ' => 5 ],
29
+ ['ext_props ' => 0 , 'batch ' => false , 'count ' => 3 ],
30
30
['ext_props ' => 0 , 'batch ' => true , 'count ' => 5 ],
31
- ['ext_props ' => 4000 , 'batch ' => false , 'count ' => 5 ],
31
+ ['ext_props ' => 0 , 'batch ' => true , 'count ' => 1000 ],
32
+ ['ext_props ' => 4000 , 'batch ' => false , 'count ' => 3 ],
32
33
['ext_props ' => 4000 , 'batch ' => true , 'count ' => 5 ],
34
+ ['ext_props ' => 4000 , 'batch ' => true , 'count ' => 1000 ],
33
35
];
34
36
$ results = [];
35
37
@@ -98,10 +100,7 @@ private function createData(int $count, int $propsCount = 0): array
98
100
$ properties = [];
99
101
100
102
for ($ pIndex = 1 ; $ pIndex <= $ propsCount ; $ pIndex ++) {
101
- $ properties ["p_ {$ pIndex }" ] = $ faker ->randomElement ([
102
- $ faker ->randomFloat (2 , 1 , 100000 ),
103
- $ faker ->numberBetween (1 , 10000 ),
104
- $ faker ->word
103
+ $ properties ["p_ {$ pIndex }" ] = $ faker ->randomElement ([''
105
104
]);
106
105
}
107
106
0 commit comments