parent
a9d149d013
commit
69ff290d9d
@ -32,7 +32,7 @@ public class CalculateAverage_jgrateron {
|
|||||||
private static int MAX_LINES = 100000;
|
private static int MAX_LINES = 100000;
|
||||||
|
|
||||||
public static void main(String[] args) throws IOException, InterruptedException {
|
public static void main(String[] args) throws IOException, InterruptedException {
|
||||||
//long startTime = System.nanoTime();
|
// long startTime = System.nanoTime();
|
||||||
|
|
||||||
var tasks = new ArrayList<TaskCalcular>();
|
var tasks = new ArrayList<TaskCalcular>();
|
||||||
try (var reader = new BufferedReader(new FileReader(FILE))) {
|
try (var reader = new BufferedReader(new FileReader(FILE))) {
|
||||||
@ -73,7 +73,7 @@ public class CalculateAverage_jgrateron {
|
|||||||
|
|
||||||
System.out.println("{" + result + "}");
|
System.out.println("{" + result + "}");
|
||||||
|
|
||||||
//System.out.println("Total: " + (System.nanoTime() - startTime) / 1000000);
|
// System.out.println("Total: " + (System.nanoTime() - startTime) / 1000000);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user