C# Class Benchmark.Benchmark

Datei anzeigen Open project: nats-io/csnats Class Usage Examples

Private Methods

Method Description
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