test_data_management.py: changed order in which events are presented in the list

This commit is contained in:
Mikael Göransson 2024-06-27 16:02:13 +02:00
parent 353716a178
commit 8ef0d5d7c4
1 changed files with 3 additions and 3 deletions

View File

@ -3,13 +3,13 @@
#
# 1. Locustfile parse time
# 2. Locust start (init)
# 3. Test start
# 4. User start
# 5. Inside a task
# M1. CPU & memory usage
# M2. master sent heartbeat to worker 1-N
# M3. worker 1-N received heartbeat from master
# (M* are repeated as long as locust is running)
# 3. Test start
# 4. User start
# 5. Inside a task
# ...
# 6. Test run stopping
# 7. User stop