From 278b93e8517717bed8f8b3e56670f344a29d0f9a Mon Sep 17 00:00:00 2001 From: wyy Date: Mon, 7 Apr 2014 22:52:37 -0700 Subject: [PATCH] increment load_test --- test/load_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)