diff --git a/test/load_test.cpp b/test/load_test.cpp index 78288a7..241c68c 100644 --- a/test/load_test.cpp +++ b/test/load_test.cpp @@ -9,7 +9,7 @@ using namespace CppJieba; -void cut(const ISegment * seg, const char * const filePath, size_t times = 10) +void cut(const ISegment * seg, const char * const filePath, size_t times = 30) { ifstream ifile(filePath); if(!ifile)