Function linera_views::test_utils::performance::find_key_values_by_prefix
source ยท pub async fn find_key_values_by_prefix<S: LocalKeyValueStore, F>(
store: S,
iterations: u64,
f: F,
) -> Duration
Expand description
Benchmarks the find_keys_by_prefix
operation.