* @author Jörg Schaible
*/
public class CacheBenchmark {
public static void main(String[] args) {
int counter = 10000;
Product product = null;
Options options = new Options();
options.addOption("p", "product", true, "Class name of the product to use for benchmark");
options.addOption("n", true, "Number of repetitions");