aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/benches
Commit message (Expand)AuthorAgeFilesLines
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-078-19/+19
* proto: Let benchmarks build correctly on non-intelNick Mathewson2025-06-098-16/+48
* proto: fix bench featuresLionel Goffaux2025-05-276-180/+186
* proto: remove bench pub wrappersLionel Goffaux2025-05-228-124/+147
* proto: use consts for bench throuputsLionel Goffaux2025-05-148-16/+19
* proto: fix doc mismatch in benchmarksLionel Goffaux2025-05-142-2/+2
* proto: fix doc typosLionel Goffaux2025-05-146-7/+7
* proto: change bench measurementLionel Goffaux2025-05-139-190/+83
* proto: use of Aes{128,256}{Dec,Enc} in the benchmarksLionel Goffaux2025-05-086-24/+24
* proto: fix typo s(t)ateLionel Goffaux2025-05-085-12/+12
* proto: extend benchmarksLionel Goffaux2025-05-0810-187/+667
* proto, cell: Remove RelayCellFormatTrait.Nick Mathewson2025-05-064-34/+25
* Emit SendmeTag directly from cell crypto.Nick Mathewson2025-05-062-9/+9
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-3/+2
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-183-5/+5
* tor-proto: change the case of the macrosLionel Goffaux2024-11-082-6/+6
* tor-proto: put every bench_utils mod behind the bench featureLionel Goffaux2024-11-061-1/+1
* tor-proto: add macro for encryption/decryption bench setupLionel Goffaux2024-11-062-96/+47
* tor-proto: use as_nanos for CpuTimeLionel Goffaux2024-11-061-1/+5
* tor-proto: rename CPUTime to CpuTimeLionel Goffaux2024-11-065-16/+15
* tor-proto: Add benchmarks for cell encryption and decryptionLionel Goffaux2024-11-045-0/+489