Skip to content

Commit 4af2ade

Browse files
committed
MAGETWO-85755: Enable metrics validation and run benchmark in multithread mode for PAT
1 parent a620c04 commit 4af2ade

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup/src/Magento/Setup/Console/Command/GenerateFixturesCommand.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@ private function clearChangelog()
155155
}
156156
}
157157

158+
/**
159+
* @param \Magento\Setup\Fixtures\Fixture $fixture
160+
* @param OutputInterface $output
161+
* @return void
162+
*/
158163
private function executeFixture(\Magento\Setup\Fixtures\Fixture $fixture, OutputInterface $output)
159164
{
160165
$output->write('<info>' . $fixture->getActionTitle() . '... </info>');

0 commit comments

Comments
 (0)