testSerializer("protostuff-new", new ProtoStuffWithLinkedBufferSerializer(), Ram.Kb(4), 20000);
testSerializer("cinquantamila", new ProtoStuffWithLinkedBufferSerializer(), Ram.Kb(3), 50000);
}
@Test
public void StandardTest() throws IOException, ClassNotFoundException, InstantiationException, IllegalAccessException {
testSerializer("java-serialization", new StandardSerializer(), Ram.Kb(1), 20000);
testSerializer("java-serialization", new StandardSerializer(), Ram.Kb(2), 20000);
testSerializer("java-serialization", new StandardSerializer(), Ram.Kb(3), 20000);
testSerializer("java-serialization", new StandardSerializer(), Ram.Kb(4), 20000);
}