Function linera_views::test_utils::performance::write_batch

source ยท
pub async fn write_batch<S: LocalKeyValueStore>(
    store: S,
    iterations: u64,
) -> Duration
where S::Error: Debug,
Expand description

Benchmarks the write_batch operation.