diff options
| -rw-r--r-- | scenarios/base.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scenarios/base.py b/scenarios/base.py index acaf4de..f15a82f 100644 --- a/scenarios/base.py +++ b/scenarios/base.py @@ -1,10 +1,9 @@ #!/usr/bin/env python3 -# ---------------------------------------------------------- + # scenarios/base.py - base scenario class -# ---------------------------------------------------------- + # inherit from BaseScenario and override the `run()` method # to define your own load test behavior. that's it. -# ---------------------------------------------------------- import logging import time |
