Home
last modified time | relevance | path

Searched refs:max_heavy (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/testrunner/testproc/
Dsequence.py18 def __init__(self, max_heavy): argument
26 assert max_heavy > 0
27 self.max_heavy = max_heavy
33 if self.n_heavy < self.max_heavy:
Dsequence_test.py64 def _test(self, tests, batch_size, max_heavy): argument
69 sequence_proc = SequenceProc(max_heavy)
83 sum(int(test.is_heavy) for test in execution.tests), max_heavy)