Expand description
Functions for computing the performance of stores.
Functionsยง
- contains_
key - Benchmarks the
contains_key
operation. - contains_
keys - Benchmarks the
contains_keys
operation. - find_
key_ values_ by_ prefix - Benchmarks the
find_keys_by_prefix
operation. - find_
keys_ by_ prefix - Benchmarks the
find_keys_by_prefix
operation. - read_
multi_ values_ bytes - Benchmarks the
read_multi_values_bytes
operation. - read_
value_ bytes - Benchmarks the
read_value_bytes
operation. - write_
batch - Benchmarks the
write_batch
operation.