C# 클래스 Nuve.Client.Benchmark.Benchmarker

파일 보기 프로젝트 열기: hrzafer/nuve

공개 메소드들

메소드 설명
TestMillionTimesWithSingleWord ( string word, Nuve.Lang.WordAnalyzer analyzer ) : void
TestWithAMillionTokens ( Func analyzeMethod ) : void

Test the speed with a million word corpus which includes same words many times

TestWithAMillionWords ( Func analyzeMethod ) : void

Test the speed with a million different word types

비공개 메소드들

메소드 설명
Process ( IEnumerable tokens, Func analyzeMethod ) : void

메소드 상세

TestMillionTimesWithSingleWord() 공개 정적인 메소드

public static TestMillionTimesWithSingleWord ( string word, Nuve.Lang.WordAnalyzer analyzer ) : void
word string
analyzer Nuve.Lang.WordAnalyzer
리턴 void

TestWithAMillionTokens() 공개 정적인 메소드

Test the speed with a million word corpus which includes same words many times
public static TestWithAMillionTokens ( Func analyzeMethod ) : void
analyzeMethod Func
리턴 void

TestWithAMillionWords() 공개 정적인 메소드

Test the speed with a million different word types
public static TestWithAMillionWords ( Func analyzeMethod ) : void
analyzeMethod Func
리턴 void