Searched refs:bench_functions (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/criterion/benches/benchmarks/ |
D | compare_functions.rs | 35 c.bench_functions("Fibonacci", functions, 20); in compare_fibonaccis()
|
/external/python/cpython3/Tools/stringbench/ |
D | stringbench.py | 1414 bench_functions = [] 1427 bench_functions.append( (v.group, k, v) ) 1428 bench_functions.sort() 1435 for title, group in itertools.groupby(bench_functions,
|
/external/rust/crates/criterion/ |
D | CHANGELOG.md | 26 - `Criterion::bench_function_over_inputs`, `Criterion::bench_functions`, and `Criterion::bench` were 114 `Criterion::bench_functions`, `Criterion::bench_function_over_inputs`, and `Criterion::bench`. 339 - `Criterion.bench_functions` now takes `I` as an input parameter, not `&I`.
|
/external/rust/crates/criterion/tests/ |
D | criterion_tests.rs | 261 short_benchmark(&dir).bench_functions("test_bench_functions", functions, 20); in test_bench_functions()
|
/external/rust/crates/criterion/src/ |
D | lib.rs | 1268 pub fn bench_functions<I>( in bench_functions() function
|