aspnetcore/benchmarks/Microsoft.AspNetCore.Signal...
David Fowler c1049b722d
The grand unification of ConnectionContext (#1895)
This change rationalizes the 2 very similar abstractions that exist in Connections.Abstractions, IConnection and ConnectionContext. It also introduces an IConnectionFactory to SignalR that is used to create a new ConnectionContext for a HubConnection.

- HubConnection just completes both ends of the transport pipe instead of calling DisposeAsync.
- Implemented ConnectionContext on HttpConnection and added HttpConnectionFactory
-  Updated tests
2018-04-07 16:19:01 -07:00
..
Shared The grand unification of ConnectionContext (#1895) 2018-04-07 16:19:01 -07:00
AssemblyInfo.cs
BroadcastBenchmark.cs
DefaultHubActivatorBenchmark.cs
DefaultHubDispatcherBenchmark.cs Removing native support for IObservable<T> (#1890) 2018-04-07 15:10:39 -07:00
HubConnectionContextBenchmark.cs Serialize NegotiateResponse with IBufferWriter (#1881) 2018-04-07 15:50:13 +12:00
HubConnectionSendBenchmark.cs The grand unification of ConnectionContext (#1895) 2018-04-07 16:19:01 -07:00
HubConnectionStartBenchmark.cs The grand unification of ConnectionContext (#1895) 2018-04-07 16:19:01 -07:00
HubProtocolBenchmark.cs
MessageParserBenchmark.cs Serialize NegotiateResponse with IBufferWriter (#1881) 2018-04-07 15:50:13 +12:00
Microsoft.AspNetCore.SignalR.Microbenchmarks.csproj Preserialize for all formats when sending through Redis (#1843) 2018-04-05 13:48:14 -07:00
NegotiateProtocolBenchmark.cs Serialize NegotiateResponse with IBufferWriter (#1881) 2018-04-07 15:50:13 +12:00
RedisHubLifetimeManagerBenchmark.cs Preserialize for all formats when sending through Redis (#1843) 2018-04-05 13:48:14 -07:00
RedisProtocolBenchmark.cs fix #1874 by adding RedisProtocolBenchmark (#1875) 2018-04-05 17:47:41 -07:00
ServerSentEventsBenchmark.cs
TestBinder.cs