add ability to set test kv properties

This commit is contained in:
Joel Wetzell
2026-05-20 17:26:21 -05:00
parent 00b03197c2
commit 849a59a63b
5 changed files with 34 additions and 18 deletions
+1 -1
View File
@@ -301,7 +301,7 @@ func BenchmarkKvSet(b *testing.B) {
b.Fatalf("kv.set failed to create processor: %s", err)
}
modules := map[string]common.Module{
"test": test.NewTestKVModule("test"),
"test": test.NewTestKVModule("test", nil),
}
count := 0