Disruptor.PerfTests.LatencyTestSession.LatencyTestSession C# (CSharp) Method

LatencyTestSession() public method

public LatencyTestSession ( Type perfTestType ) : System
perfTestType System.Type
return System
        public LatencyTestSession(Type perfTestType)
        {
            _perfTestType = perfTestType;
            Console.WriteLine($"Latency Test to run => {_perfTestType.FullName}, Runs => {Runs}");
        }