Skip to content

Commit 546a5c8

Browse files
author
Roman Ganin
committed
Merge remote-tracking branch 'origin/MAGETWO-35082' into kpi
2 parents 9ae0a13 + 1ae5798 commit 546a5c8

File tree

5 files changed

+318
-0
lines changed

5 files changed

+318
-0
lines changed

dev/tools/performance-toolkit/fixtures/orders.php

Lines changed: 314 additions & 0 deletions
Large diffs are not rendered by default.

dev/tools/performance-toolkit/profiles/ce/extra_large.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<cart_price_rules>100</cart_price_rules> <!-- Number of shopping cart price rules -->
1919
<cart_price_rules_floor>5</cart_price_rules_floor> <!-- The price rule condition: minimum products amount in shopping cart for price rule to be applied -->
2020
<customers>5000</customers> <!-- Number of customers to generate -->
21+
<orders>80000</orders> <!-- Orders count -->
2122
<configs> <!-- Config variables and values for change -->
2223
<config>
2324
<path>admin/security/use_form_key</path>

dev/tools/performance-toolkit/profiles/ce/large.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<cart_price_rules>50</cart_price_rules> <!-- Number of shopping cart price rules -->
1919
<cart_price_rules_floor>2</cart_price_rules_floor> <!-- The price rule condition: minimum products amount in shopping cart for price rule to be applied -->
2020
<customers>2000</customers> <!-- Number of customers to generate -->
21+
<orders>40000</orders> <!-- Orders count -->
2122
<configs> <!-- Config variables and values for change -->
2223
<config>
2324
<path>admin/security/use_form_key</path>

dev/tools/performance-toolkit/profiles/ce/medium.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<cart_price_rules>20</cart_price_rules> <!-- Number of shopping cart price rules -->
1919
<cart_price_rules_floor>2</cart_price_rules_floor> <!-- The price rule condition: minimum products amount in shopping cart for price rule to be applied -->
2020
<customers>200</customers> <!-- Number of customers to generate -->
21+
<orders>1600</orders> <!-- Orders count -->
2122
<configs> <!-- Config variables and values for change -->
2223
<config>
2324
<path>admin/security/use_form_key</path>

dev/tools/performance-toolkit/profiles/ce/small.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<cart_price_rules>10</cart_price_rules> <!-- Number of shopping cart price rules -->
1919
<cart_price_rules_floor>2</cart_price_rules_floor> <!-- The price rule condition: minimum products amount in shopping cart for price rule to be applied -->
2020
<customers>20</customers> <!-- Number of customers to generate -->
21+
<orders>80</orders> <!-- Orders count -->
2122
<configs> <!-- Config variables and values for change -->
2223
<config>
2324
<path>admin/security/use_form_key</path>

0 commit comments

Comments
 (0)