Akka.Tests.Performance.Actor.Pattern.AskSpec.AskThroughput C# (CSharp) Méthode

AskThroughput() private méthode

private AskThroughput ( BenchmarkContext context ) : void
context NBench.BenchmarkContext
Résultat void
        public void AskThroughput(BenchmarkContext context)
        {
            _target.Ask<ActorIdentity>(Msg, AskTimeout).Wait();
            _askThroughputCounter.Increment();
        }