Updated benchmark jar

This commit is contained in:
Ziver Koc 2016-07-07 15:50:32 +02:00
parent 5cffdc49d1
commit 1cd48ac2ff
5 changed files with 103 additions and 4 deletions

View file

@ -186,8 +186,6 @@ public class JSONSerializerTest{
out.close();
String data = bout.toString();
System.out.println(data);
return data;
}