14 #ifndef SPHINX_FUNCTIONAL_OBJECT_TEST_HPP
15 #define SPHINX_FUNCTIONAL_OBJECT_TEST_HPP
28 static void createBigIndex(
const std::string&
homeDir,
const std::string& sourceTestDir,
const std::string&
indexName);
41 static float testPerfomance(
const std::string& homeDir,
size_t indexCount,
const std::string& dataFileName, std::vector<std::string>& queries,
bool multiIndex=
true);
42 static void testPerfomance(
const std::string& homeDir,
const std::string& dataFileName,
const size_t indexCount=10);
45 const std::string& indexName,
bool needMakeIndex =
false,
bool needRemoveIndex =
false);
47 const std::string& indexName,
bool needMakeIndex =
false,
bool needRemoveIndex =
false);
62 #endif // SPHINX_FUNCTIONAL_OBJECT_TEST_HPP