Class ModelValueHistoryPerfTest
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.model.impl.ModelValueHistoryPerfTest
-
@PerformanceTest public class ModelValueHistoryPerfTest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classModelValueHistoryPerfTest.Accessor
-
Field Summary
Fields Modifier and Type Field Description protected intTHREADSprotected intWAIT_SECONDS
-
Constructor Summary
Constructors Constructor Description ModelValueHistoryPerfTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidrunAccessor(TestThreadsHolder<ModelValueHistoryPerfTest.Accessor> randomAccessHolder)voidtestPerf()
-
-
-
Field Detail
-
WAIT_SECONDS
protected final int WAIT_SECONDS
- See Also:
- Constant Field Values
-
THREADS
protected final int THREADS
- See Also:
- Constant Field Values
-
-
Method Detail
-
testPerf
public void testPerf()
-
runAccessor
protected void runAccessor(TestThreadsHolder<ModelValueHistoryPerfTest.Accessor> randomAccessHolder)
-
-