Package org.perfidix

Examples of org.perfidix.Benchmark


    public void benchWrite () {

    }

    public static void main (String[] args) {
        Benchmark benchmark = new Benchmark();
        benchmark.add(StorageBench.class);
        BenchmarkResult res = benchmark.run();
        TabularSummaryOutput tab = new TabularSummaryOutput();
        tab.visitBenchmark(res);
    }
View Full Code Here

TOP

Related Classes of org.perfidix.Benchmark

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.