public class IntegerBenchmarks
extends java.lang.Object
Benchmarks on representations of integers using a variety of approaches and scenarios,
where the scenarios vary the number of ints represented as well as the size of the population
that they are drawn from.
Note that we use jamm to measures the number of bytes. To run jamm, you need to execute this test
with the following jvm arguments
-javaagent:jamm-0.3.1.jar
Jamm needs to be in the pom to compile and needs to be in the java path to execute