Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Ddb_bench_tool.cc2252 Duration(uint64_t max_seconds, int64_t max_ops, int64_t ops_per_stage = 0) { in Duration() argument
2254 max_ops_= max_ops; in Duration()
2255 ops_per_stage_ = (ops_per_stage > 0) ? ops_per_stage : max_ops; in Duration()
4349 int64_t max_ops = num_ops * num_key_gens; in DoWrite() local
4350 int64_t ops_per_stage = max_ops; in DoWrite()
4352 ops_per_stage = (max_ops - 1) / (FLAGS_num_column_families / in DoWrite()
4357 Duration duration(test_duration, max_ops, ops_per_stage); in DoWrite()