summaryrefslogtreecommitdiff
path: root/crates/tor-proto/benches
Commit message (Collapse)AuthorAgeFilesLines
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-3/+2
| | | | | | - `rand::thread_rng()` has been deprecated and renamed to `rand::rng()` (I missed these cases because they were from prelude::*)
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-183-5/+5
| | | | - `rand::thread_rng()` has been deprecated and renamed to `rand::rng()`
* 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