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

Inheritance: IDisposable
Datei anzeigen Open project: Microsoft/xunit-performance Class Usage Examples

Public Methods

Method Description
RunBenchmarks ( string assemblyPath ) : void
XunitPerformanceHarness ( string args ) : System

Private Methods

Method 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 method

public RunBenchmarks ( string assemblyPath ) : void
assemblyPath string
return void

XunitPerformanceHarness() public method

public XunitPerformanceHarness ( string args ) : System
args string
return System