org.apache.jackrabbit.oak.performance
Class AbstractPerformanceTest

java.lang.Object
  extended by org.apache.jackrabbit.oak.performance.AbstractPerformanceTest

public abstract class AbstractPerformanceTest
extends Object

This class calls all known performance tests.


Constructor Summary
AbstractPerformanceTest()
           
 
Method Summary
protected  org.apache.jackrabbit.mk.api.MicroKernel createMicroKernel(String microKernel)
           
protected  org.apache.jackrabbit.oak.jcr.RepositoryImpl createRepository(org.apache.jackrabbit.mk.api.MicroKernel mk)
           
protected  void testPerformance(String name, String microKernel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPerformanceTest

public AbstractPerformanceTest()
Method Detail

testPerformance

protected void testPerformance(String name,
                               String microKernel)
                        throws Exception
Throws:
Exception

createMicroKernel

protected org.apache.jackrabbit.mk.api.MicroKernel createMicroKernel(String microKernel)

createRepository

protected org.apache.jackrabbit.oak.jcr.RepositoryImpl createRepository(org.apache.jackrabbit.mk.api.MicroKernel mk)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.