forked from quic-go/quic-go
qlogwriter: add support for event_schemas in the trace header (#5361)
This commit is contained in:
@@ -28,6 +28,7 @@ func BenchmarkConnectionTracing(b *testing.B) {
|
||||
nopWriteCloser(io.Discard),
|
||||
false,
|
||||
protocol.ParseConnectionID([]byte{0xde, 0xad, 0xbe, 0xef}),
|
||||
[]string{EventSchema},
|
||||
)
|
||||
go trace.Run()
|
||||
tracer := trace.AddProducer()
|
||||
|
||||
Reference in New Issue
Block a user