summaryrefslogtreecommitdiff
path: root/src/stats
AgeCommit message (Collapse)Author
2019-11-03Replace hashbrown with std hashmapStuart Stock
2019-08-11Address clippy lintsStuart Stock
* More consistent use of `dyn` * Add default implementations * Misc clippy changes
2019-02-10initial version of client response manglingStuart Stock
2019-02-09Refactor stats to distinct mod and separate implsStuart Stock
2019-02-09Add 'fault_percentage' and 'client_stats' configuration settingsStuart Stock
'client_stats' controls granularity of client request/response tracking. `fault_percentage` is in anticipation of adding deliberate response corruption Roughtime ecosystem feature.