add coveriry

This commit is contained in:
yihaoDeng 2024-02-21 14:39:41 +08:00
parent d0b26bf037
commit d28a450882
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ void checkMillonWriteAndReadOfFst() {
FstWriter* fw = new FstWriter;
Performance_fstWriteRecords(fw);
delete fw;
FstReadMemory* fr = new FstReadMemory(1024 * 64 * 1024);
FstReadMemory* fr = new FstReadMemory(1024 * 8 * 1024);
if (fr->init()) {
printf("success to init fst read");