diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ a simple "load testing" *not-really-a-framework* framework built on top of [Pyth `config.py` is straight-forward and has everything. -it's also designed to make it easy to add your own "scraping" or page navigation logic during the load test — copy scenarios/example.py, name it something relevant, subclass `BaseScenario`, override the `run()` method, and you're good to go. +it's also designed to make it easy to add your own "scraping" or page navigation logic during the load test — copy `scenarios/example.py`, name the new file something relevant, go ahead and subclass `BaseScenario`, override the `run()` method, and you're good to go. ## deps |
