arti/crates/arti-bench
Nick Mathewson 552acbf07f Fix a bunch of needless-conversion warnings.
Apparently 1.68 now warns when you call into_iter() on something
that's already an iterator.  Fair enough.  Let's stop doing that.
2023-03-10 07:09:50 -05:00
..
src Fix a bunch of needless-conversion warnings. 2023-03-10 07:09:50 -05:00
Cargo.toml Follow-on patchlevel bumps for crates with changed dependencies 2023-02-28 07:18:37 -05:00
README.md Update README.md files (automated) 2022-01-11 09:37:45 -05:00

README.md

arti-bench

A simple benchmarking utility for Arti.

This works by establishing a simple TCP server, and having Arti connect back to it via a chutney network of Tor nodes, benchmarking the upload and download bandwidth while doing so.

License: MIT OR Apache-2.0