Package com.carrotsearch.junitbenchmarks

Examples of com.carrotsearch.junitbenchmarks.BenchmarkOptions.annotationType()


           
            if (!hit) {
                BenchmarkOptions opts = getDefaultBenchmarkOptions(rounds);
                modifiedAnnotations.add(opts);
                log.debug("Added BenchmarkOptions {} with annotation type {} to {}",
                        new Object[] { opts, opts.annotationType(), mname });
            }
           
            Description roundsAdjustedDesc =
                    Description.createTestDescription(
                            clazz, mname,
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.