aspnetcore/benchmarks/Microsoft.AspNetCore.Signal...
David Fowler cf7c8629ff
Use ActivatorUtlities.CreateFactory instead of CreateInstance (#1643)
* Use ActivatorUtlities.CreateFactory instead of CreateInstance
- Turns out CreateFactory is much much faster
- Added a benchmark for hub activation
2018-03-19 00:19:54 -07:00
..
AssemblyInfo.cs
BroadcastBenchmark.cs Ignore writeasync failures when sending to multiple connections (#1589) 2018-03-16 16:48:05 -07:00
DefaultHubActivatorBenchmark.cs Use ActivatorUtlities.CreateFactory instead of CreateInstance (#1643) 2018-03-19 00:19:54 -07:00
DefaultHubDispatcherBenchmark.cs Reduce the per message read allocations (#1635) 2018-03-18 15:16:03 -07:00
HubProtocolBenchmark.cs Remove support for binary over SSE and add transfer format to negotiation (#1564) 2018-03-13 14:29:32 -07:00
MessageParserBenchmark.cs Reduce the per message read allocations (#1635) 2018-03-18 15:16:03 -07:00
Microsoft.AspNetCore.SignalR.Microbenchmarks.csproj Further making Microsoft.AspNetCore.Sockets "not a thing" (#1599) 2018-03-14 15:37:24 -07:00
TestBinder.cs Fix #924 by introducing HubDispatcher abstraction (#1479) 2018-02-22 20:59:34 -08:00