From 364f088a6a12210edbb7614911c2fb568d3d7e7c Mon Sep 17 00:00:00 2001
From: Ivan Gavryshko <igavryshko@ebay.com>
Date: Wed, 13 May 2015 10:56:30 -0500
Subject: [PATCH] MAGETWO-36070: Move
 dev/tools/performance-toolkit/generate.php

- changed command name according to PO request
---
 setup/performance-toolkit/README.txt                            | 2 +-
 .../Magento/Setup/Console/Command/GenerateFixturesCommand.php   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup/performance-toolkit/README.txt b/setup/performance-toolkit/README.txt
index f290b25553d..59ea7a69df7 100644
--- a/setup/performance-toolkit/README.txt
+++ b/setup/performance-toolkit/README.txt
@@ -15,7 +15,7 @@ Plugins (only if you want to use additional reports (like graphs)):
 
 Usage
 -----------
-Before running the jMeter tests for the first time, you will need to first use bin/magento setup:perf:generate-fixtures command to generate the test data.
+Before running the jMeter tests for the first time, you will need to first use bin/magento setup:performance:generate-fixtures command to generate the test data.
 
 1. Run via console
 Scenario can accept parameters that are described bellow in format <parameter_name:default_value>:
diff --git a/setup/src/Magento/Setup/Console/Command/GenerateFixturesCommand.php b/setup/src/Magento/Setup/Console/Command/GenerateFixturesCommand.php
index ac1d1951418..7cbd32f30e5 100644
--- a/setup/src/Magento/Setup/Console/Command/GenerateFixturesCommand.php
+++ b/setup/src/Magento/Setup/Console/Command/GenerateFixturesCommand.php
@@ -41,7 +41,7 @@ class GenerateFixturesCommand extends Command
      */
     protected function configure()
     {
-        $this->setName('setup:perf:generate-fixtures')
+        $this->setName('setup:performance:generate-fixtures')
             ->setDescription('Generates fixtures')
             ->setDefinition([
                 new InputArgument(
-- 
GitLab