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 328418c commit 95da56d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const testConfiguration = {
id: 'SAPI2',
group: 'Product Search',
metrics: ['SAPI2_get_catalog_search'],
minimumProductsCount: 100,
thresholds: {
SAPI2_get_catalog_search: {
smoke: ['avg<200'],
Expand All @@ -24,7 +23,7 @@ export const options = OptionsUtil.loadOptions(testConfiguration, metricThreshol

export function setup() {
const dynamicFixture = new ProductFixture({
productCount: testConfiguration.minimumProductsCount,
productCount: 100,
});

return dynamicFixture.getData();
Expand Down

0 comments on commit 95da56d

Please sign in to comment.