Package de.hybris.platform.test
Class YFastMapPerformanceTest
- java.lang.Object
-
- de.hybris.platform.test.AbstractMapTest
-
- de.hybris.platform.test.YFastMapPerformanceTest
-
@PerformanceTest public class YFastMapPerformanceTest extends AbstractMapTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.test.AbstractMapTest
map
-
-
Constructor Summary
Constructors Constructor Description YFastMapPerformanceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map
createMapInstance()
void
testCreationFromMap()
void
testPutAll()
void
testYMap0PercentReader()
void
testYMapConcurrency()
void
testYMapConcurrency50PercentReader()
void
testYMapConcurrency90PercentReader()
void
testYMapConcurrency99PercentReader()
-
Methods inherited from class de.hybris.platform.test.AbstractMapTest
setUp, testClear, testContainsKeyValue, testEqualsAndHash, testToString
-
-
-
-
Method Detail
-
createMapInstance
protected java.util.Map createMapInstance()
- Specified by:
createMapInstance
in classAbstractMapTest
-
testCreationFromMap
public void testCreationFromMap()
-
testPutAll
public void testPutAll()
-
testYMapConcurrency
public void testYMapConcurrency() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testYMap0PercentReader
public void testYMap0PercentReader() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testYMapConcurrency50PercentReader
public void testYMapConcurrency50PercentReader() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testYMapConcurrency90PercentReader
public void testYMapConcurrency90PercentReader() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testYMapConcurrency99PercentReader
public void testYMapConcurrency99PercentReader() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-