深度遍历group graph时,若分组不被其它分组引用,执行快速处理路径,提高加载性能。

This commit is contained in:
zhengchao
2019-07-28 20:42:17 +06:00
parent 3473cf6dd4
commit eadab7ecba
3 changed files with 32 additions and 24 deletions

View File

@@ -105,9 +105,9 @@ Maat_feather_t MaatCMDPerfTest::_shared_feather;
void* MaatCMDPerfTest::logger;
//Following tests must be coded/tested at last, for they stalled the maat update thread and interrupt other tests.
TEST_F(MaatCMDPerfTest, SetExpr100K)
TEST_F(MaatCMDPerfTest, SetExpr200K)
{
const int CMD_EXPR_NUM=100*1000;
const int CMD_EXPR_NUM=200*1000;
const char* table_name="HTTP_URL";
const char* keywords1="Hiredis";