C# 클래스 Microsoft.Xunit.Performance.Api.XunitPerformanceHarness

상속: IDisposable
파일 보기 프로젝트 열기: Microsoft/xunit-performance 1 사용 예제들

공개 메소드들

메소드 설명
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).

메소드 상세

RunBenchmarks() 공개 메소드

public RunBenchmarks ( string assemblyPath ) : void
assemblyPath string
리턴 void

XunitPerformanceHarness() 공개 메소드

public XunitPerformanceHarness ( string args ) : System
args string
리턴 System