1 write to _index
IdeCoreBenchmarks (1)
NavigateToRegexPreFilterBenchmarks.cs (1)
32
_index
= CreateIndex();
7 references to _index
IdeCoreBenchmarks (7)
NavigateToRegexPreFilterBenchmarks.cs (7)
74
public bool PreFilterSimple() =>
_index
.GetTestAccessor().RegexQueryCheckPasses(_simpleQuery);
77
public bool PreFilterAlternation() =>
_index
.GetTestAccessor().RegexQueryCheckPasses(_alternationQuery);
80
public bool PreFilterComplex() =>
_index
.GetTestAccessor().RegexQueryCheckPasses(_complexQuery);
83
public bool PreFilterNoMatch() =>
_index
.GetTestAccessor().RegexQueryCheckPasses(_noMatchQuery);
92
public bool NgramCheckShort() =>
_index
.GetTestAccessor().NgramCheckPasses("read");
95
public bool NgramCheckLong() =>
_index
.GetTestAccessor().NgramCheckPasses("readline");
98
public bool NgramCheckNoMatch() =>
_index
.GetTestAccessor().NgramCheckPasses("xyzwvq");