Home
last modified time | relevance | path

Searched refs:encode_benchmarks (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/base64-0.13.1/benches/
H A Dbenchmarks.rs167 fn encode_benchmarks(byte_sizes: &[usize]) -> ParameterizedBenchmark<usize> { in encode_benchmarks() function
194 c.bench("bench_small_input", encode_benchmarks(&BYTE_SIZES[..])); in bench()
198 encode_benchmarks(&LARGE_BYTE_SIZES[..]).sample_size(10), in bench()
/aosp_15_r20/external/rust/android-crates-io/crates/base64/benches/
Dbenchmarks.rs156 fn encode_benchmarks(c: &mut Criterion, label: &str, byte_sizes: &[usize]) { in encode_benchmarks() function
231 encode_benchmarks(c, "encode_small_input", &BYTE_SIZES[..]); in bench()
232 encode_benchmarks(c, "encode_large_input", &LARGE_BYTE_SIZES[..]); in bench()