Be more specific what column shows

This commit is contained in:
Mark Vainomaa 2017-03-27 23:31:01 +03:00
parent 76fc847e14
commit 92b7a9dd60
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public class Utils {
public static void generateReport(byte[] input){
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 */
executeAllNTimes(input, 100).forEach(compressorResult -> {
System.out.println("|----------------|--------------|--------------|-------------|-------------|");