File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
performance-testing/uid2-operator Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const clientKey = "";
1212const generateVUs = vus ;
1313const refreshVUs = vus ;
1414const identityMapVUs = vus ;
15- const testDuration = '5m '
15+ const testDuration = '10m '
1616
1717//30 warm up on each
1818// 5 min each
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ import encoding from 'k6/encoding';
44import { check } from 'k6' ;
55import http from 'k6/http' ;
66
7- const vus = 50 ;
7+ const vus = 500 ;
88const baseUrl = "http://uid2-prod-opr-use2-alb-698161474.us-east-2.elb.amazonaws.com" ;
99const clientSecret = "" ;
1010const clientKey = "" ;
1111
1212const generateVUs = vus ;
1313const refreshVUs = vus ;
1414const identityMapVUs = vus ;
15- const testDuration = '5m '
15+ const testDuration = '10m '
1616
1717//30 warm up on each
1818// 5 min each
You can’t perform that action at this time.
0 commit comments