We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6a75a commit 791de27Copy full SHA for 791de27
performance-testing/uid2-operator/README.md
@@ -30,6 +30,9 @@ If you would like to test locally, follow these steps:
30
#### Option 2b - Execute K6 Script in K8s
31
In order to reduce network latency, we should deploy k6 and its script with the same zone of UID2 operator.
32
33
+Follow the installation instructions here: https://grafana.com/blog/2022/06/23/running-distributed-load-tests-on-kubernetes
34
+
35
36
Set environment variables `CLIENT_KEY`, `CLIENT_SECRET`, `BASE_URL` and then use k6 to execute the testing by following command.
37
```
38
k6 run k6-uid2-operator.js -e CLIENT_KEY=$CLIENT_KEY -e CLIENT_SECRET=$CLIENT_SECRET -e BASE_URL=$BASE_URL -e REFRESH_TOKEN=$REFRESH_TOKEN
0 commit comments