summaryrefslogtreecommitdiff
path: root/crates/hashx/bench/benches/hashx_cachegrind.rs
Commit message (Expand)AuthorAgeFilesLines
* hashx_cachegrind: Fix black_box locationIan Jackson2023-08-231-2/+2
* hashx_cachegrind: Make mk_c_equix not shuffle the HashXIan Jackson2023-08-231-8/+8
* hashx_cachegrind: Make mk_rust not shuffle the HashXBuilderIan Jackson2023-08-231-10/+9
* hashx_cachegrind: Introduce C_HASHX_OK aliasIan Jackson2023-08-231-2/+5
* hashx_cachegrind: Introduce bench_loop helper macroIan Jackson2023-08-231-24/+29
* hashx_cachegrind: Introduce u32be helper functionIan Jackson2023-08-231-4/+11
* hashx_cachegrind: Introduce mk_c_equix helper macroIan Jackson2023-08-231-4/+9
* hashx_cachegrind: Introduce mk_rust helper macroIan Jackson2023-08-231-8/+14
* hashx/bench: Add cachegrind microbenchmarksMicah Elizabeth Scott2023-08-181-0/+87