Skip to content

Commit 318c12c

Browse files
committed
(benchmark): Add instructions for how to run the benchmark
1 parent 4a4e0b9 commit 318c12c

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,18 @@ tofu init
3939
tofu apply
4040
```
4141

42-
## Analysing the data
42+
## Benchmarking and analysing the data
4343

44-
Install the Python requirements and run the script to download the report data from Cloudwatch:
44+
Install the Python requirements and run the script to send events to the Lambdas:
4545

4646
```bash
4747
cd benchmark/scripts
4848
pip install -r requirements.txt
49-
python download_log_data.py
49+
python run_load_test.py
5050
```
5151

52-
This will save a CSV of the results in `benchmark/data`
52+
Then wait 5 minutes for Cloudwatch to process the logs before downloading them:
53+
54+
```bash
55+
python download_log_data.py
56+
```

0 commit comments

Comments
 (0)