Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Performance ( ) : System | ||
SimpleHttpPostCreateDocument ( string uriString, string body, string username = "test", string password = "test" ) : string | ||
TestArangoClientSequentialInsertion ( int iterationCount ) : void | ||
TestRestSharpHttpPostRequests ( ) : void | ||
TestSimpleParallelHttpPostRequests ( ) : void | ||
TestSimpleSequentialHttpPostRequests ( int iterationCount ) : void |
Method | Description | |
---|---|---|
Execute ( System.Action action ) : double | ||
ExecuteTimedTest ( int iterations, System.Action test ) : void |
public SimpleHttpPostCreateDocument ( string uriString, string body, string username = "test", string password = "test" ) : string | ||
uriString | string | |
body | string | |
username | string | |
password | string | |
return | string |
public TestArangoClientSequentialInsertion ( int iterationCount ) : void | ||
iterationCount | int | |
return | void |
public TestRestSharpHttpPostRequests ( ) : void | ||
return | void |
public TestSimpleParallelHttpPostRequests ( ) : void | ||
return | void |
public TestSimpleSequentialHttpPostRequests ( int iterationCount ) : void | ||
iterationCount | int | |
return | void |