Be more specific what column shows
This commit is contained in:
parent
76fc847e14
commit
92b7a9dd60
@ -89,7 +89,7 @@ public class Utils {
|
|||||||
public static void generateReport(byte[] input){
|
public static void generateReport(byte[] input){
|
||||||
|
|
||||||
System.out.println("----------------------------------------------------------------------------");
|
System.out.println("----------------------------------------------------------------------------");
|
||||||
System.out.println("| Algoritm | Suurus | Väiksem | Aeg | Aeg (lahti) |");
|
System.out.println("| Algoritm | Suurus | Väiksem | Aeg (kokku) | Aeg (lahti) |");
|
||||||
/* Show other results */
|
/* Show other results */
|
||||||
executeAllNTimes(input, 100).forEach(compressorResult -> {
|
executeAllNTimes(input, 100).forEach(compressorResult -> {
|
||||||
System.out.println("|----------------|--------------|--------------|-------------|-------------|");
|
System.out.println("|----------------|--------------|--------------|-------------|-------------|");
|
||||||
|
Loading…
Reference in New Issue
Block a user