Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Ddb_bench_tool.cc6007 int put_weight = 0; in RandomWithVerify() local
6019 if (get_weight == 0 && put_weight == 0 && delete_weight == 0) { in RandomWithVerify()
6023 put_weight = 100 - get_weight - delete_weight; in RandomWithVerify()
6040 } else if (put_weight > 0) { in RandomWithVerify()
6048 put_weight--; in RandomWithVerify()
6078 int put_weight = 0; in ReadRandomWriteRandom() local
6090 if (get_weight == 0 && put_weight == 0) { in ReadRandomWriteRandom()
6093 put_weight = 100 - get_weight; in ReadRandomWriteRandom()
6108 } else if (put_weight > 0) { in ReadRandomWriteRandom()
6116 put_weight--; in ReadRandomWriteRandom()