Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions performance-testing/uid2-operator/k6-identity-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ const baseUrl = __ENV.OPERATOR_URL;
const clientSecret = __ENV.CLIENT_SECRET;
const clientKey = __ENV.CLIENT_KEY;
const identityMapVUs = 300;
const identityMapLargeBatchVUs = 10;
const identityMapLargeBatchVUs = 30;

const generateVUs = vus;
const testDuration = '5m'
const testDuration = '15m'

export const options = {
insecureSkipTLSVerify: true,
Expand Down Expand Up @@ -47,9 +47,9 @@ export const options = {
executor: 'constant-vus',
exec: 'identityMapLargeBatch',
vus: identityMapLargeBatchVUs,
duration: '300s',
duration: testDuration,
gracefulStop: '0s',
startTime: '40s',
startTime: '30s',
},
},
// So we get count in the summary, to demonstrate different metrics are different
Expand Down
2 changes: 1 addition & 1 deletion performance-testing/uid2-operator/k6-test-resource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: TestRun
metadata:
name: k6-uid2-load-test
spec:
parallelism: 10 # original 4
parallelism: 20 # original 4
arguments: --out experimental-prometheus-rw --tag "testid=replacecomment"
script:
configMap:
Expand Down
Loading
Loading