strest 0.1.2

Blazing-fast async HTTP load tester in Rust - lock-free design, real-time stats, distributed runs, and optional chart exports for high-load API testing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
type-complexity-threshold = 250
too-many-arguments-threshold = 6
enum-variant-name-threshold = 3
doc-valid-idents = [".."]
avoid-breaking-exported-api = false
single-char-binding-names-threshold = 3
too-many-lines-threshold = 100
large-error-threshold = 256
pass-by-value-size-limit = 256
stack-size-threshold = 512000
cognitive-complexity-threshold = 25
max-struct-bools = 3
max-fn-params-bools = 3
disallowed-names = ["foo", "bar", "baz", "todo", "temp", "tmp"]
warn-on-all-wildcard-imports = true