C# Class CQRS.Tests.TestEnvironmentPerformance

Mostra file Open project: mlidbom/Composable.Monolithic Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AdjustIterations ( int original, double boost = 1.0 ) : int
AdjustRuntime ( System.TimeSpan original, double boost = 1.0 ) : System.TimeSpan

Method Details

AdjustIterations() public static method

public static AdjustIterations ( int original, double boost = 1.0 ) : int
original int
boost double
return int

AdjustRuntime() public static method

public static AdjustRuntime ( System.TimeSpan original, double boost = 1.0 ) : System.TimeSpan
original System.TimeSpan
boost double
return System.TimeSpan