Метод | Описание | |
---|---|---|
RunBenchmarks ( string assemblyPath ) : void | ||
XunitPerformanceHarness ( string args ) : System |
Метод | Описание | |
---|---|---|
IDisposable ( ) : void | ||
ProcessResults ( ) : void | ||
WriteStatisticsToFile ( CSVMetricReader reader ) : void |
Generate CSV data (Probably not the most efficient way, e.g. How big can this become).
|
public RunBenchmarks ( string assemblyPath ) : void | ||
assemblyPath | string | |
Результат | void |
public XunitPerformanceHarness ( string args ) : System | ||
args | string | |
Результат | System |