C# 클래스 Benchmark.Benchmark

파일 보기 프로젝트 열기: nats-io/csnats 1 사용 예제들

비공개 메소드들

메소드 설명
Benchmark ( string args ) : System
Main ( string args ) : void
PrintResults ( String testPrefix, Stopwatch sw, long testCount, long msgSize ) : void
convertTicksToMicros ( double ticks ) : double
convertTicksToMicros ( long ticks ) : double
generatePayload ( long size ) : byte[]
getValue ( string>.IDictionary values, string key, string defaultValue ) : string
parseArgs ( string args ) : bool
runPub ( string testName, long testCount, long testSize ) : void
runPubSub ( String testName, long testCount, long testSize ) : void
runPubSubLatency ( string testName, long testCount, long testSize ) : void
runReqReply ( string testName, long testCount, long testSize ) : void
runSuite ( ) : void
setBenchType ( string value ) : void
usage ( ) : void