From 56c32011c220c06fb54a2add6cab54ca5920eec7 Mon Sep 17 00:00:00 2001 From: Ruben van Staden Date: Fri, 11 Oct 2024 11:45:35 -0400 Subject: [PATCH] doc: update benchmark testing README to change tf profile --- testing/benchmark/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/testing/benchmark/README.md b/testing/benchmark/README.md index c3cf50297e6..0175ce6587a 100644 --- a/testing/benchmark/README.md +++ b/testing/benchmark/README.md @@ -76,7 +76,10 @@ The main commands are: Helper commands - `~/.ssh/id_rsa_terraform`: Generates a new SSH key without passphrase for the worker VMs. -- `terraform.tfvars`: Copies the examples tfvars and sets the `user_name` var with to `$USER`. +- `terraform.tfvars`: + - Set `TFVARS_SOURCE` to use an explicit profile + - Otherwise the `terraform.tfvars.example` file is used + - Sets the `USER_NAME` var to `$USER`. - `apmbench`: Compiles the `apmbench` binary from the provided location (`APMBENCH_PATH`). ### Override the docker image and image tag