Package com.thoughtworks.xstream.tools.benchmark

Examples of com.thoughtworks.xstream.tools.benchmark.Product


* @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");
       
View Full Code Here

TOP

Related Classes of com.thoughtworks.xstream.tools.benchmark.Product

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.