linera_views::test_utils

Function big_read_multi_values

Source
pub async fn big_read_multi_values<C: LocalKeyValueStore>(
    config: C::Config,
    value_size: usize,
    n_entries: usize,
)
Expand description

Reading many keys at a time could trigger an error. This needs to be tested.