Akka.Tests.Performance.Dispatch.ColdDispatcherThroughputSpecBase.Warmup C# (CSharp) Method

Warmup() protected method

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.
return void
        protected virtual void Warmup(MessageDispatcher dispatcher)
        {
            
        }