summaryrefslogtreecommitdiff
path: root/crates/arti-testing/src/rt/count.rs
Commit message (Collapse)AuthorAgeFilesLines
* arti-testing: Initial implementationNick Mathewson2022-03-031-0/+199
This commit adds a new program to try to implement the ideas behind experimentation in arti#329. In particular, it tries to implement basic client "can I bootstrap and connect" functionality testing, with a lot of instrumentation, and support for breaking things. So far, the instrumentation is limited to counting TCP bytes and connections, and counting events. Still, this is enough to measure behavior on some of the incorrect-clock tests. NOTE: For now, you are _required_ to pass in an explicit configuration, in hopes that this will lead you to override your storage directories for doing specific experiments.