1 #include <gtest/gtest.h>
7 #include <Poco/SharedPtr.h>
20 extern Poco::SharedPtr<SphinxFunctionalObject>
pObj;
24 const std::string
nodeName =
"test_node";
30 static std::string
printError(SphinxFunctionalObject& fObj)
32 std::ostringstream outMsg;
33 outMsg <<
"ErrorCode: " << fObj.getErrorCode() <<
" ErrorMsg: " << fObj.getErrorMsg() <<
std::endl;
55 ASSERT_FALSE(
pObj.isNull());
91 std::cout <<
"Use 64 Bit = " << std::boolalpha << ret <<
std::endl;
95 TEST(SphinxPerfomance, testPerfomance)