We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4e0b9 commit 318c12cCopy full SHA for 318c12c
1 file changed
README.md
@@ -39,14 +39,18 @@ tofu init
39
tofu apply
40
```
41
42
-## Analysing the data
+## Benchmarking and analysing the data
43
44
-Install the Python requirements and run the script to download the report data from Cloudwatch:
+Install the Python requirements and run the script to send events to the Lambdas:
45
46
```bash
47
cd benchmark/scripts
48
pip install -r requirements.txt
49
-python download_log_data.py
+python run_load_test.py
50
51
52
-This will save a CSV of the results in `benchmark/data`
+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