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)
        {
            
        }