cjcchen commented on code in PR #170:
URL: 
https://github.com/apache/incubator-resilientdb/pull/170#discussion_r1966303778


##########
platform/statistic/stats.h:
##########
@@ -60,6 +61,14 @@ struct VisualData {
   std::vector<std::chrono::system_clock::time_point>
       commit_message_count_times_list;
   std::chrono::system_clock::time_point execution_time;
+
+  // Storage Engine Stats
+  double ext_cache_hit_ratio;

Review Comment:
   some naming issues. using "_" as the subfix. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to