You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/07/15 01:27:40 UTC

[GitHub] [commons-csv] belugabehr commented on a change in pull request #168: CSV-284: Formalize PerformanceTest

belugabehr commented on a change in pull request #168:
URL: https://github.com/apache/commons-csv/pull/168#discussion_r670058570



##########
File path: src/test/java/org/apache/commons/csv/perf/PerformanceTest.java
##########
@@ -85,24 +85,12 @@ private long parse(final Reader reader, final boolean traverseColumns) throws IO
         return recordCount;
     }
 
-    private void println(final String s) {
-        System.out.println(s);
-    }
-
-    private long readAll(final BufferedReader in) throws IOException {

Review comment:
       You got it.




-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org