We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7cc0a1 commit 8badadfCopy full SHA for 8badadf
packages/theme/tests/load/searchProduct.js
@@ -4,9 +4,20 @@ import http from 'k6/http';
4
5
import jsonpath from 'https://jslib.k6.io/jsonpath/1.0.2/index.js';
6
7
+/**
8
+ * @type {import('k6/options').Options}
9
+ * */
10
export const options = {
11
vus: 10,
12
duration: '5m',
13
+ ext: {
14
+ loadimpact: {
15
+ name: 'Search products',
16
+ note: 'Guest user browsing through a product',
17
+ // eslint-disable-next-line unicorn/numeric-separators-style
18
+ projectID: 3591701,
19
+ },
20
21
};
22
23
const { BASE_URL } = __ENV;
0 commit comments