C# Class Grpc.IntegrationTesting.StressTestClient

Show file Open project: endlessm/chromium-browser Class Usage Examples

Public Methods

Method Description
Run ( string args ) : void

Private Methods

Method Description
ParseWeightedTestCases ( string weightedTestCases ) : int>.Dictionary
Run ( ) : Task
RunBodyAsync ( Grpc.Testing.TestService client ) : Task
RunTestCaseAsync ( Grpc.Testing.TestService client, string testCase ) : Task
StressTestClient ( ClientOptions options, List serverAddresses, int>.Dictionary weightedTestCases ) : System

Method Details

Run() public static method

public static Run ( string args ) : void
args string
return void