Home
last modified time | relevance | path

Searched refs:bench (Results 1 – 3 of 3) sorted by relevance

/tonic/tonic/benches/
H A Ddecode.rs13 macro_rules! bench { macro
128 bench!(chunk_size_100, 1_000, 100, 1);
129 bench!(chunk_size_500, 1_000, 500, 1);
130 bench!(chunk_size_1005, 1_000, 1_005, 1);
133 bench!(message_size_1k, 1_000, 1_005, 2);
134 bench!(message_size_5k, 5_000, 1_005, 2);
135 bench!(message_size_10k, 10_000, 1_005, 2);
138 bench!(message_count_1, 500, 505, 1);
139 bench!(message_count_10, 500, 505, 10);
140 bench!(message_count_20, 500, 505, 20);
/tonic/tonic/
H A DCargo.toml56 # [[bench]]
143 [[bench]]
/tonic/tonic/benches-disabled/
H A DREADME.md4 From the root Tonic directory, `cargo bench`