[specializer_test] Speed up test
No need to test 2000 ops. Just 600, anything higher than the max stack depth (514) is as good...
This commit is contained in:
parent
b54936400e
commit
7457f8ac52
@ -586,7 +586,7 @@ class CFFSpecializeProgramTest:
|
||||
# maxstack CFF2=513, specializer uses up to 512
|
||||
def test_maxstack_blends(self):
|
||||
numRegions = 15
|
||||
numOps = 2000
|
||||
numOps = 600
|
||||
getNumRegions = lambda iv: numRegions
|
||||
blend_one = " ".join([str(i) for i in range(1 + numRegions)] + ["1", "blend"])
|
||||
operands = " ".join([blend_one] * 6)
|
||||
|
Loading…
x
Reference in New Issue
Block a user