修改v3版本的性能测试用例。

This commit is contained in:
zhengchao
2020-06-22 20:15:08 +08:00
parent 58ff7ddc16
commit f112c16d2c
2 changed files with 5 additions and 5 deletions

View File

@@ -724,7 +724,7 @@ FULL_UPDATE:
*list=s_rule_array;
*update_type=CM_UPDATE_TYPE_FULL;
MESA_handle_runtime_log(logger, RLOG_LV_INFO, maat_redis_monitor,
"Full update %d keys of version %lldd.", rule_num, new_version);
"Full update %d keys of version %lld.", rule_num, new_version);
return rule_num ;
}