Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_parallelism_framework.py292 self._TestApplyWithNoTasks(1, 1)
296 self._TestApplyWithNoTasks(1, 3)
301 self._TestApplyWithNoTasks(3, 1)
306 self._TestApplyWithNoTasks(3, 3)
309 def _TestApplyWithNoTasks(self, process_count, thread_count): member in TestParallelismFramework