Expand description
Functions for computing the performance of stores.
Functionsยง
- contains_
key - Benchmarks the
contains_keyoperation. - contains_
keys - Benchmarks the
contains_keysoperation. - find_
key_ values_ by_ prefix - Benchmarks the
find_keys_by_prefixoperation. - find_
keys_ by_ prefix - Benchmarks the
find_keys_by_prefixoperation. - read_
multi_ values_ bytes - Benchmarks the
read_multi_values_bytesoperation. - read_
value_ bytes - Benchmarks the
read_value_bytesoperation. - write_
batch - Benchmarks the
write_batchoperation.