summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/matching
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@yahooinc.com>2022-08-26 11:06:26 +0000
committerHåvard Pettersen <havardpe@yahooinc.com>2022-08-26 12:32:16 +0000
commitde8904403b352b40c2ed9b5c35e651e60c3d1269 (patch)
tree53db58dd791298183372abdb5ece94f5e044da61 /searchcore/src/tests/proton/matching
parent3604078ee2f7ea417d9da734b5427beea03e5d90 (diff)
perform rank profiling when appropriate
Diffstat (limited to 'searchcore/src/tests/proton/matching')
-rw-r--r--searchcore/src/tests/proton/matching/matching_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/matching/matching_test.cpp b/searchcore/src/tests/proton/matching/matching_test.cpp
index 5f9a3163a16..dbf4200a24a 100644
--- a/searchcore/src/tests/proton/matching/matching_test.cpp
+++ b/searchcore/src/tests/proton/matching/matching_test.cpp
@@ -378,7 +378,7 @@ struct MyWorld {
MatchToolsFactory::UP match_tools_factory = matcher->create_match_tools_factory(
*request, searchContext, attributeContext, metaStore, overrides, true);
MatchTools::UP match_tools = match_tools_factory->createMatchTools();
- match_tools->setup_first_phase();
+ match_tools->setup_first_phase(nullptr);
return match_tools->match_data().get_termwise_limit();
}