refactored SearchExpression
This commit is contained in:
@@ -39,7 +39,7 @@ public static class Program
|
||||
var pdx = BenchData.PdxBytes;
|
||||
var text = BenchData.PdxText;
|
||||
var json = File.ReadAllBytes(BenchData.JsonPath);
|
||||
var query = SearchExpressionCompiler.Compile(BenchData.PdxQuery);
|
||||
var query = new SearchExpressionCompilation(BenchData.PdxQuery);
|
||||
|
||||
Time("SearchExpression", () => Extractors.SearchExpression(pdx, query));
|
||||
Time("FullParse", () => Extractors.FullParseThenSelect(pdx));
|
||||
|
||||
Reference in New Issue
Block a user