5 references to TestDuplexPipe
Microsoft.AspNetCore.SignalR.Microbenchmarks (5)
DefaultHubLifetimeManagerBenchmark.cs (1)
49
Transport = new
TestDuplexPipe
(ForceAsync)
HubConnectionContextBenchmark.cs (1)
39
_pipe = new
TestDuplexPipe
();
HubConnectionReceiveBenchmark.cs (1)
49
_pipe = new
TestDuplexPipe
();
HubConnectionSendBenchmark.cs (1)
34
_pipe = new
TestDuplexPipe
();
HubConnectionStartBenchmark.cs (1)
38
_pipe = new
TestDuplexPipe
();