Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Collection of awesome Python resources for testing and generating test data.
- [Grizzly](https://github.com/biometria-se/grizzly) - is a framework to be able to easily define load scenarios, and is mainly built on-top of Locust and Behave.
- [Locust](https://github.com/locustio/locust) - Scalable user load testing tool written in Python.
- [pynonymizer](https://github.com/jerometwell/pynonymizer) - is a universal tool for translating sensitive production database dumps into anonymized copies.
- [pywrkr](https://github.com/kurok/pywrkr) - HTTP benchmarking CLI inspired by wrk and ApacheBench (ab), with latency percentiles, virtual-user simulation, constant-rate and traffic-profile load shaping, HAR import, and pass/fail SLO thresholds for CI.

## Memory Management

Expand Down
4 changes: 4 additions & 0 deletions typos.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[default]
extend-ignore-identifiers-re = ["mis", "Packt"]

[default.extend-words]
# "wrk" (github.com/wg/wrk) is a tool name, not a typo for "work"
wrk = "wrk"