diff options
| author | kj_sh604 | 2026-02-10 22:19:05 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-10 22:19:05 -0500 |
| commit | aa845e20842ecf93f7e69b03097dbc6508a70fc8 (patch) | |
| tree | b70ee6466cb0213446b02fe0d11d2936e31fd087 | |
| parent | 6e28a8e2411a60d41a9fc6e1c56b9b9f3fbc7d02 (diff) | |
refactor: remove lines
| -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 |
