Searched refs:run_single (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
H A Dperftest.py169 output = self.run_single(driver, self.test_path(), time_out_ms)
206 def run_single(self, driver, test_path, time_out_ms, should_run_pixel_test=False): member in class:PerfTest
281 output = self.run_single(driver, self.test_path(), time_out_ms)
H A Dperftest_unittest.py94 test.run_single = lambda driver, path, time_out_ms: output
142 test.run_single = lambda driver, path, time_out_ms: output
214 def run_single(driver, path, time_out_ms): function in function:TestSingleProcessPerfTest.test_use_only_one_process
229 test.run_single = run_single

Completed in 204 milliseconds