mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-09-09 23:19:25 +00:00
add ability to set test kv properties
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user