aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/benches/tor1_set_digest.rs
Commit message (Collapse)AuthorAgeFilesLines
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+2
| | | | | | | | | | | | | | First, run ``` git grep -l "^edition =" | xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;' ``` Second, manually verify that all Cargo.toml files have changed, and nothing else has changed. Third, run cargo fmt again.
* proto: Let benchmarks build correctly on non-intelNick Mathewson2025-06-091-2/+6
| | | | | | | (criterion-cycles-per-byte, though quite helpful, doesn't work on non-intel CPUs) Closes #2029.
* proto: remove bench pub wrappersLionel Goffaux2025-05-221-8/+5
|
* proto: use consts for bench throuputsLionel Goffaux2025-05-141-2/+5
|
* proto: fix doc mismatch in benchmarksLionel Goffaux2025-05-141-1/+1
|
* proto: change bench measurementLionel Goffaux2025-05-131-7/+5
|
* proto: extend benchmarksLionel Goffaux2025-05-081-0/+63