Akka.Tests.Performance.Dispatch.ColdDispatcherThroughputSpecBase.Warmup C# (CSharp) Метод

Warmup() защищенный Метод

Warms up dispatcher prior to the benchmark running, so we can exclude initialization overhead from the results of the benchmark.
Does nothing by default (includes overhead)
protected Warmup ( MessageDispatcher dispatcher ) : void
dispatcher Akka.Dispatch.MessageDispatcher The implementaiton we'll be testing.
Результат void
        protected virtual void Warmup(MessageDispatcher dispatcher)
        {
            
        }