Skip to content

Commit c7aa4af

Browse files
committed
changes
1 parent 153c90e commit c7aa4af

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: k6.io/v1alpha1
2-
kind: K6
2+
kind: TestRun
33
metadata:
44
name: k6-uid2-load-test
55
spec:
6-
parallelism: 4
6+
parallelism: 10 # original 4
77
arguments: --out experimental-prometheus-rw --tag "testid=replacecomment"
88
script:
99
configMap:
@@ -14,4 +14,4 @@ spec:
1414
- name: K6_PROMETHEUS_RW_SERVER_URL
1515
value: "http://prometheus-server.prometheus/api/v1/write"
1616
- name: K6_PROMETHEUS_RW_TREND_AS_NATIVE_HISTOGRAM
17-
value: "true"
17+
value: "true"

performance-testing/uid2-operator/k6-token-generate-refresh-identitymap-keysharing.js

100644100755
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import encoding from 'k6/encoding';
44
import { check } from 'k6';
55
import http from 'k6/http';
66

7-
const vus = 500;
8-
const baseUrl = "http://uid2-prod-opr-use2-alb-1657081774.us-east-2.elb.amazonaws.com";
9-
const clientSecret = "";
10-
const clientKey = "";
7+
const vus = 10;
8+
const baseUrl = "http://uid2-test-common-use2-alb-837569257.us-east-2.elb.amazonaws.com";
9+
const clientSecret = "gXQbQ460HNwOHOauI2R+g2gHG3GV6pQXHwTWHVewwlU=";
10+
const clientKey = "INTEG5ov7nyfPo/oNvG5WnLNTS8zPjxoYVOLzKgBLV0WGv6E=";
1111

1212
const generateVUs = vus;
1313
const refreshVUs = vus;

performance-testing/uid2-operator/start-full.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ if [ "$#" -ne 1 ]; then
66
COMMENT=$( date '+%F_%H:%M:%S' )
77
fi
88

9-
./start-named-test.sh k6-token-generate-refresh-identitymap-keysharing.js $COMMENT
9+
./start-named-test.sh k6-token-generate-refresh-identitymap-keysharing.js $COMMENT

performance-testing/uid2-operator/start-named-test.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ sed -i -e "s/replaced/$TEST_FILE/g" ./k6-test-resource-edited.yml
1919
sed -i -e "s/replacecomment/$COMMENT/g" ./k6-test-resource-edited.yml
2020

2121
kubectl create configmap operator-stress-test --from-file ./$TEST_FILE
22-
kubectl apply -f ./k6-test-resource-edited.yml
22+
kubectl apply -f ./k6-test-resource-edited.yml

0 commit comments

Comments
 (0)