Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Ddb_bench_tool.cc2501 std::string input_str(len, 'y'); in PrintWarnings() local
2508 bool result = CompressSlice(info, Slice(input_str), &compressed); in PrintWarnings()
2513 } else if (compressed.size() >= input_str.size()) { in PrintWarnings()