C# Class Microsoft.Xunit.Performance.Api.XunitPerformanceHarness

Inheritance: IDisposable
Afficher le fichier Open project: Microsoft/xunit-performance Class Usage Examples

Méthodes publiques

Méthode Description
RunBenchmarks ( string assemblyPath ) : void
XunitPerformanceHarness ( string args ) : System

Private Methods

Méthode Description
IDisposable ( ) : void
ProcessResults ( ) : void
WriteStatisticsToFile ( CSVMetricReader reader ) : void

Generate CSV data (Probably not the most efficient way, e.g. How big can this become).

Method Details

RunBenchmarks() public méthode

public RunBenchmarks ( string assemblyPath ) : void
assemblyPath string
Résultat void

XunitPerformanceHarness() public méthode

public XunitPerformanceHarness ( string args ) : System
args string
Résultat System