[PATCH]add regex benchmark

This commit is contained in:
刘文坛
2023-08-03 08:48:12 +00:00
parent af0461bb25
commit e9ffca8392
20 changed files with 38504 additions and 16 deletions

View File

@@ -821,7 +821,7 @@ static int write_group_rule(cJSON *group_json, int parent_id,
if (NULL == region_json && NULL == sub_groups) {
log_info(logger, MODULE_JSON2IRIS,
"[%s:%d] A group of compile rule %d has neither regions, "
"sub groups, nor refered another exisited group",
"sub groups, nor refered another existed group",
__FUNCTION__, __LINE__, tracking_compile_id);
}
}