We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1230c0 commit 32f065eCopy full SHA for 32f065e
schemaregistry/serde/testhelpers.go
@@ -46,6 +46,7 @@ func InitFailFunc(t *testing.T) FailFunc {
46
}
47
48
49
+// InitFailFuncBenchmark returns an initial fail function
50
func InitFailFuncBenchmark(b *testing.B) FailFunc {
51
tester := b
52
return func(msg string, errors ...error) {
0 commit comments