Commit bc0fdae0 authored by yiwenshao's avatar yiwenshao

use invalid to record salt hit rate

parent e5bb89cc
......@@ -5,4 +5,5 @@ useHOM:false
useOPE:false
useSWP:true
useDET:false
useSalt:true
other:1
......@@ -303,6 +303,7 @@ void local_wrapper(const Item &i, const FieldMeta &fm, Analysis &a,
Item_int(static_cast<ulonglong>(valFromStr(in)))
);
tempFileVector.pop_back();
gcountMap[oINVALID]++;//use invalid to record the salt hit rate
}else{
l.push_back(new Item_int(static_cast<ulonglong>(salt)));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment