Skip to content
Prev Previous commit
Adjust benchmark
  • Loading branch information
xerial committed Nov 28, 2014
commit ad0bbbe60b01e7ac19f07ac26e08d347e7c629a9
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
import java.util.List;

public class MessagePackDataformatHugeDataBenchmarkTest extends MessagePackDataformatTestBase {
private static final int ELM_NUM = 1500000;
private static final int SAMPLING_COUNT = 4;
private static final int ELM_NUM = 500000;
private static final int SAMPLING_COUNT = 10;
private final ObjectMapper origObjectMapper = new ObjectMapper();
private final ObjectMapper msgpackObjectMapper = new ObjectMapper(new MessagePackFactory());
private static final List<Object> value;
Expand Down