Module performance

Source
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.