imbajin commented on code in PR #2860:
URL:
https://github.com/apache/incubator-hugegraph/pull/2860#discussion_r2313249015
##########
hugegraph-server/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java:
##########
@@ -235,6 +240,11 @@ protected void testQueryEdge(GraphManager graph, int
threads, int thread, int mu
totalV, thread, totalE);
}
+ protected static long elapsed(long start) {
Review Comment:
Good refactoring to move the elapsed() method to the base class where it can
be reused by all performance examples.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]