javeme commented on code in PR #1864:
URL:
https://github.com/apache/incubator-hugegraph/pull/1864#discussion_r867344261
##########
hugegraph-example/src/main/java/com/baidu/hugegraph/example/ThreadRangePerfTest.java:
##########
@@ -30,7 +30,7 @@ public class ThreadRangePerfTest {
public static void main(String[] args) throws Exception {
if (args.length != 6) {
- System.out.println("Usage: minThread maxThread threadStep " +
+ LOG.info("Usage: minThread maxThread threadStep " +
Review Comment:
update alignment of line 34
##########
hugegraph-example/src/main/java/com/baidu/hugegraph/example/PerfExampleBase.java:
##########
@@ -133,8 +133,8 @@ public void testQueryVertexPerf(GraphManager graph,
}, threadCount);
final long size = (PERSON_NUM + SOFTWARE_NUM) * threadCount * times;
- LOG.info("Query rate with threads: {} vertices/s, " +
- "query total vertices {}, cost time: {}ms",
+ LOG.info("Query rate with threads: {} vertices/s,
+ query total vertices {}, cost time: {}ms",
Review Comment:
ditto
##########
hugegraph-example/src/main/java/com/baidu/hugegraph/example/PerfExampleBase.java:
##########
@@ -115,8 +115,8 @@ public void testInsertPerf(GraphManager graph,
this.testInsert(graph, times, multiple);
}, threadCount);
- LOG.info("Insert rate with threads: {} vertices/s & {} edges/s, " +
- "insert total {} vertices & {} edges, cost time: {}ms",
+ LOG.info("Insert rate with threads: {} vertices/s & {} edges/s,
+ insert total {} vertices & {} edges, cost time: {}ms",
Review Comment:
there is a syntax error here, please keep the origin code
--
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]