diff --git a/_support/benchmarking/README.md b/_support/benchmarking/README.md index 20c3ae99a30d4d7850c3cd6f26b30049df81a86d..c5a4b9c57f6d187997a33b669248a787a07e6b2a 100644 --- a/_support/benchmarking/README.md +++ b/_support/benchmarking/README.md @@ -42,6 +42,8 @@ Feel free to export the environment varible instead of redefining it for each co 1. Install Ansible: `python3 -m pip install -r requirements.txt` 1. Create a `config.yml` to customize the machine types and repositories used for benchmarking. If you don't have access to the default GCP project, you can point the configuration to your own. +1. Initialize terraform to install required dependencies `cd terraform && terraform init`. +1. Intitalize `gcloud` and authenticate and set the project `gcloud auth login && gcloud auth application-default login && gcloud config set project `. ### 2. Create instance