Skip to content

Commit 19acb44

Browse files
committed
MC-16709: Create new benchmark scenario for cloud measurements
1 parent ef0415e commit 19acb44

File tree

2 files changed

+170
-170
lines changed

2 files changed

+170
-170
lines changed

setup/performance-toolkit/README.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ Main parameters:
7373
| adminPoolUsers | 0 | Total number of Admin threads. |
7474
| csrPoolUsers | 0 | Total number of CSR threads. |
7575
| apiPoolUsers | 0 | Total number of API threads. |
76-
| deadLocksPoolUsers | 0 | Total number of One Thread Scenarios threads. |
76+
| oneThreadScenariosPoolUsers | 0 | Total number of One Thread Scenarios threads. |
7777
| graphQLPoolUsers | 0 | Total number of GraphQL threads. |
78-
| cloudBenchmarkPoolUsers | 0 | Total number of Cloud Benchmark threads. |
78+
| combinedBenchmarkPoolUsers | 0 | Total number of Combined Benchmark threads. |
7979

8080
Parameters for Frontend pool:
8181

@@ -162,30 +162,30 @@ Parameters for GraphQL pool:
162162
| graphqlCatalogBrowsingByGuestPercentage | 0 | Percentage of threads in GraphQL Pool that emulate GraphQL requests activities. |
163163
| graphqlCheckoutByGuestPercentage | 0 | Percentage of threads in GraphQL Pool that emulate GraphQL requests activities. |
164164

165-
Parameters for Cloud Benchmark pool:
166-
167-
| Parameter Name | Default Value | Description |
168-
| ----------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------- |
169-
| cloudBrowseCatalogByGuestPercentage | 29 | Percentage of threads in Cloud Benchmark Pool that emulate customer catalog browsing activities. |
170-
| cloudSiteSearchPercentage | 29 | Percentage of threads in Cloud Benchmark Pool that emulate catalog search activities. |
171-
| cloudAddToCartByGuestPercentage | 26 | Percentage of threads in Cloud Benchmark Pool that emulate abandoned cart activities. |
172-
| cloudAddToWishlistPercentage | 1.5 | Percentage of threads in Cloud Benchmark Pool that emulate adding products to Wishlist. |
173-
| cloudCompareProductsPercentage | 1.5 | Percentage of threads in Cloud Benchmark Pool that emulate products comparison. |
174-
| cloudCheckoutByGuestPercentage | 3.5 | Percentage of threads in Cloud Benchmark Pool that emulate checkout by guest. |
175-
| cloudCheckoutByCustomerPercentage | 3.5 | Percentage of threads in Cloud Benchmark Pool that emulate checkout by customer. |
176-
| cloudAccountManagementPercentage | 1 | Percentage of threads in Cloud Benchmark Pool that emulate account management. |
177-
| cloudAdminCMSManagementPercentage | 0.35 | Percentage of threads in Cloud Benchmark Pool that emulate CMS management activities. |
178-
| cloudAdminBrowseProductGridPercentage | 0.2 | Percentage of threads in Cloud Benchmark Pool that emulate products grid browsing activities. |
179-
| cloudAdminBrowseOrderGridPercentage | 0.2 | Percentage of threads in Cloud Benchmark Pool that emulate orders grid browsing activities. |
180-
| cloudAdminProductCreationPercentage | 0.5 | Percentage of threads in Cloud Benchmark Pool that emulate product creation activities. |
181-
| cloudAdminProductEditingPercentage | 0.65 | Percentage of threads in Cloud Benchmark Pool that emulate product editing activities. |
182-
| cloudAdminReturnsManagementPercentage | 0.75 | Percentage of threads in Cloud Benchmark Pool that emulate admin returns management activities. |
183-
| cloudAdminBrowseCustomerGridPercentage | 0.1 | Percentage of threads in Cloud Benchmark Pool that emulate customers grid browsing activities. |
184-
| cloudAdminCreateOrderPercentage | 0.5 | Percentage of threads in Cloud Benchmark Pool that emulate creating orders activities. |
185-
| cloudAdminCategoryManagementPercentage | 0.15 | Percentage of threads in Cloud Benchmark Pool that emulate admin category management activities. |
186-
| cloudAdminPromotionRulesPercentage | 0.2 | Percentage of threads in Cloud Benchmark Pool that emulate admin promotion rules activities. |
187-
| cloudAdminCustomerManagementPercentage | 0.4 | Percentage of threads in Cloud Benchmark Pool that emulate admin customers management activities. |
188-
| cloudAdminEditOrderPercentage | 1 | Percentage of threads in Cloud Benchmark Pool that emulate admin edit order activities. |
165+
Parameters for Combined Benchmark pool:
166+
167+
| Parameter Name | Default Value | Description |
168+
| ----------------------------------------------------------------- | ------------------- | ---------------------------------------------------------------------------------------------------- |
169+
| cBrowseCatalogByGuestPercentage | 29 | Percentage of threads in Combined Benchmark Pool that emulate customer catalog browsing activities. |
170+
| cSiteSearchPercentage | 29 | Percentage of threads in Combined Benchmark Pool that emulate catalog search activities. |
171+
| cAddToCartByGuestPercentage | 26 | Percentage of threads in Combined Benchmark Pool that emulate abandoned cart activities. |
172+
| cAddToWishlistPercentage | 1.5 | Percentage of threads in Combined Benchmark Pool that emulate adding products to Wishlist. |
173+
| cCompareProductsPercentage | 1.5 | Percentage of threads in Combined Benchmark Pool that emulate products comparison. |
174+
| cCheckoutByGuestPercentage | 3.5 | Percentage of threads in Combined Benchmark Pool that emulate checkout by guest. |
175+
| cCheckoutByCustomerPercentage | 3.5 | Percentage of threads in Combined Benchmark Pool that emulate checkout by customer. |
176+
| cAccountManagementPercentage | 1 | Percentage of threads in Combined Benchmark Pool that emulate account management. |
177+
| cAdminCMSManagementPercentage | 0.35 | Percentage of threads in Combined Benchmark Pool that emulate CMS management activities. |
178+
| cAdminBrowseProductGridPercentage | 0.2 | Percentage of threads in Combined Benchmark Pool that emulate products grid browsing activities. |
179+
| cAdminBrowseOrderGridPercentage | 0.2 | Percentage of threads in Combined Benchmark Pool that emulate orders grid browsing activities. |
180+
| cAdminProductCreationPercentage | 0.5 | Percentage of threads in Combined Benchmark Pool that emulate product creation activities. |
181+
| cAdminProductEditingPercentage | 0.65 | Percentage of threads in Combined Benchmark Pool that emulate product editing activities. |
182+
| cAdminReturnsManagementPercentage | 0.75 | Percentage of threads in Combined Benchmark Pool that emulate admin returns management activities. |
183+
| cAdminBrowseCustomerGridPercentage | 0.1 | Percentage of threads in Combined Benchmark Pool that emulate customers grid browsing activities. |
184+
| cAdminCreateOrderPercentage | 0.5 | Percentage of threads in Combined Benchmark Pool that emulate creating orders activities. |
185+
| cAdminCategoryManagementPercentage | 0.15 | Percentage of threads in Combined Benchmark Pool that emulate admin category management activities. |
186+
| cAdminPromotionRulesPercentage | 0.2 | Percentage of threads in Combined Benchmark Pool that emulate admin promotion rules activities. |
187+
| cAdminCustomerManagementPercentage | 0.4 | Percentage of threads in Combined Benchmark Pool that emulate admin customers management activities. |
188+
| cAdminEditOrderPercentage | 1 | Percentage of threads in Combined Benchmark Pool that emulate admin edit order activities. |
189189

190190

191191
Parameters must be passed to the command line with the `J` prefix:
@@ -297,11 +297,11 @@ For more details, read [Summary Report](http://jmeter.apache.org/usermanual/comp
297297

298298
**API Pool** (apiPoolUsers)
299299

300-
**One Thread Scenarios (Vulnerable to deadlocks) Pool** (deadLocksPoolUsers)
300+
**One Thread Scenarios Pool** (oneThreadScenariosPoolUsers)
301301

302302
**GraphQL Pool** (graphQLPoolUsers)
303303

304-
**Cloud Benchmark Pool** (cloudBenchmarkPoolUsers)
304+
**Combined Benchmark Pool** (combinedBenchmarkPoolUsers)
305305

306306
**Legacy Threads**
307307

0 commit comments

Comments
 (0)