Пример #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 )