Skip to content

Commit 9e97b5c

Browse files
authored
Merge pull request #84 from IABTechLab/ian-make-perf-work-out-the-box
Ian make perf work out the box
2 parents 1742ac8 + 055ba78 commit 9e97b5c

9 files changed

+639
-29
lines changed
Lines changed: 9 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: 3
6+
parallelism: 10 # original 4
77
arguments: --out experimental-prometheus-rw --tag "testid=replacecomment"
88
script:
99
configMap:
@@ -14,4 +14,10 @@ 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"
18+
- name: OPERATOR_URL
19+
value: "operator_url"
20+
- name: CLIENT_KEY
21+
value: "client_key"
22+
- name: CLIENT_SECRET
23+
value: "client_secret"

0 commit comments

Comments
 (0)