예제 #1
0
	def testContentionForOneItemTaskParallel( self ) :

		GafferTest.testLRUCacheContentionForOneItem( "taskParallel" )
예제 #2
0
	def testContentionForOneItemSerial( self ) :

		GafferTest.testLRUCacheContentionForOneItem( "serial" )
예제 #3
0
    def testContentionForOneItemTaskParallel(self):

        GafferTest.testLRUCacheContentionForOneItem("taskParallel")
예제 #4
0
    def testContentionForOneItemSerial(self):

        GafferTest.testLRUCacheContentionForOneItem("serial")
예제 #5
0
	def testContentionForOneItemTaskParallelWithCanceller( self ) :

		GafferTest.testLRUCacheContentionForOneItem( "taskParallel", withCanceller = True )
예제 #6
0
	def testContentionForOneItemSerialWithCanceller( self ) :

		GafferTest.testLRUCacheContentionForOneItem( "serial", withCanceller = True )