Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/graphics_dEQP/
Dgraphics_dEQP.py29 _hasty_batch_size = 100 # Batch size in hasty mode. variable in graphics_dEQP
424 batch_timeout = min(3600, self._timeout * self._hasty_batch_size)
430 shard_start = self._hasty_batch_size * (
432 self._hasty_batch_size)
433 shard_end = self._hasty_batch_size * ((
435 self._hasty_batch_size)
442 for batch in xrange(shard_start, shard_end, self._hasty_batch_size):
443 batch_to = min(batch + self._hasty_batch_size, shard_end)