Skip to content

Commit

Permalink
CC-34875: Dev performance Phase 2. SAPI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdanyevtukhov committed Mar 3, 2025
1 parent bf0cada commit 328418c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion dashboards/k6-load-testing-results.json
Original file line number Diff line number Diff line change
Expand Up @@ -1659,9 +1659,14 @@
"selected": false,
"text": "M8_get_mp_dashboard",
"value": "M8_get_mp_dashboard"
},
{
"selected": false,
"text": "SAPI2_get_catalog_search",
"value": "SAPI2_get_catalog_search"
}
],
"query": "http_req_duration,http_req_blocked,http_req_connecting,http_req_looking_up,http_req_receiving,http_req_sending,http_req_waiting,SAPI7_post_checkout,SAPI9_post_checkout,SAPI15_post_cart_reorder,SAPI19_post_cart_reorder,SAPI16_post_cart_reorder,SAPI17_delete_carts,SAPI18_post_checkout,SAPI20_post_cart_reorder,SAPI21_delete_carts,SAPI22_post_checkout,S2_get_search,M8_get_mp_dashboard",
"query": "http_req_duration,http_req_blocked,http_req_connecting,http_req_looking_up,http_req_receiving,http_req_sending,http_req_waiting,SAPI7_post_checkout,SAPI9_post_checkout,SAPI15_post_cart_reorder,SAPI19_post_cart_reorder,SAPI16_post_cart_reorder,SAPI17_delete_carts,SAPI18_post_checkout,SAPI20_post_cart_reorder,SAPI21_delete_carts,SAPI22_post_checkout,S2_get_search,M8_get_mp_dashboard,SAPI2_get_catalog_search",
"type": "custom"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import CatalogSearchResource from '../../resources/catalog-search.resource';
const testConfiguration = {
...EnvironmentUtil.getDefaultTestConfiguration(),
id: 'SAPI2',
group: 'Search Product By SKU',
group: 'Product Search',
metrics: ['SAPI2_get_catalog_search'],
minimumProductsCount: 100,
thresholds: {
Expand Down

0 comments on commit 328418c

Please sign in to comment.