Méthode | Description | |
---|---|---|
CompareRuns ( int iterations, string run1Name, System.Action run1Action, string run2Name, System.Action run2Action ) : void | ||
Measure ( System.Action action, decimal iterations ) : long | ||
RunAction ( System.Action action, int iterations, string actionName ) : decimal | ||
WarmUp ( ) : void |
Méthode | Description | |
---|---|---|
Benchmark_Razor_vs_Markdown ( ) : void | ||
TestFixtureSetUp ( ) : void | ||
TestFixtureTearDown ( ) : void |
protected CompareRuns ( int iterations, string run1Name, System.Action run1Action, string run2Name, System.Action run2Action ) : void | ||
iterations | int | |
run1Name | string | |
run1Action | System.Action | |
run2Name | string | |
run2Action | System.Action | |
Résultat | void |
protected Measure ( System.Action action, decimal iterations ) : long | ||
action | System.Action | |
iterations | decimal | |
Résultat | long |
protected RunAction ( System.Action action, int iterations, string actionName ) : decimal | ||
action | System.Action | |
iterations | int | |
actionName | string | |
Résultat | decimal |