increment load_test

This commit is contained in:
wyy 2014-04-07 22:52:37 -07:00
parent f9af003440
commit 278b93e851

View File

@ -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)