Skip to content

Commit

Permalink
Merge pull request #44 from IABTechLab/tjm-UID2-3987-k8s-k6-testing
Browse files Browse the repository at this point in the history
K8s k6 testing
  • Loading branch information
thomasm-ttd authored Oct 4, 2024
2 parents 80b3be8 + 75a8839 commit 32199fa
Show file tree
Hide file tree
Showing 6 changed files with 436 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kubectl create configmap operator-stress-test --from-file ./k6-uid2-operator.js

kubectl apply -f ./k6-test-resource.yml
11 changes: 11 additions & 0 deletions performance-testing/uid2-operator/k6-test-resource.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: k6.io/v1alpha1
kind: K6
metadata:
name: k6-uid2-load-test
spec:
parallelism: 4
arguments: --out cloud
script:
configMap:
name: operator-stress-test
file: k6-uid2-operator-encrypt-inline.js
Loading

0 comments on commit 32199fa

Please sign in to comment.