diff options
| author | kj_sh604 | 2026-02-10 22:05:42 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-10 22:05:42 -0500 |
| commit | 84309cd89986090b9dd04a3128ba63ada7bda7df (patch) | |
| tree | 01dd9265cbc013990c037be6eafe6389ccfec20d | |
| parent | 40976131396b2808c727e80be0045bd5efc61361 (diff) | |
refactor: update README
| -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 |
