Home
last modified time | relevance | path

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

/system/utest/fs-bench/
A Dfs-bench.cpp182 for (int test_sample_count : rw_test_sample_counts) { in RunBenchmark() local
184 testcase.sample_count = test_sample_count; in RunBenchmark()
186 disk_format_string_[f_opts.fs_type], test_sample_count); in RunBenchmark()
195 write_test.required_disk_space = test_sample_count * 16 * 1024 * (cycle + 1); in RunBenchmark()
203 read_test.required_disk_space = test_sample_count * 16 * 1024 * (cycle + 1); in RunBenchmark()
218 for (int test_sample_count : path_walk_sample_counts) { in RunBenchmark() local
221 disk_format_string_[f_opts.fs_type], test_sample_count); in RunBenchmark()
222 testcase.sample_count = test_sample_count; in RunBenchmark()

Completed in 8 milliseconds