Akka.Tests.Performance.Dispatch.ColdDispatcherThroughputSpecBase.Warmup C# (CSharp) Méthode

Warmup() protected méthode

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