/k6

Primary LanguageJavaScript

k6

xk6-output-influxdb

K6_INFLUXDB_ORGANIZATION=<insert-here-org-name> \
K6_INFLUXDB_BUCKET=<insert-here-bucket-name> \
K6_INFLUXDB_TOKEN=<insert-here-valid-token> \
~/go/bin/k6 run -o xk6-influxdb=http://localhost:8086 test.js 
kubectl create configmap crocodile-stress-test --from-file test/test.js
kubectl apply -f test/test-cr.yaml

delete

kubectl delete -f test/test-cr.yaml