aspnetcore/benchmarks/Microsoft.AspNetCore.Signal...
David Fowler cb05ce4e0b
Progress towards deleting Sockets.Abstractions (#1705)
* Progress towards deleting Sockets.Abstractions
- Moved our custom DefaultConnectionContext to Sockets.Http and renamed it to HttpConnectionContext.
- Renamed ConnectionManager to HttpConnectionManager
- Use DefaultConnection in tests and benchmarks
- Delete ConnectionMetadata
2018-03-24 04:21:47 -07:00
..
AssemblyInfo.cs
BroadcastBenchmark.cs Progress towards deleting Sockets.Abstractions (#1705) 2018-03-24 04:21:47 -07:00
DefaultHubActivatorBenchmark.cs Use ActivatorUtlities.CreateFactory instead of CreateInstance (#1643) 2018-03-19 00:19:54 -07:00
DefaultHubDispatcherBenchmark.cs Progress towards deleting Sockets.Abstractions (#1705) 2018-03-24 04:21:47 -07:00
HubProtocolBenchmark.cs
MessageParserBenchmark.cs Reduce the per message read allocations (#1635) 2018-03-18 15:16:03 -07:00
Microsoft.AspNetCore.SignalR.Microbenchmarks.csproj
TestBinder.cs