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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftest_unittest.py 94 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
perftest.py 168 output = self.run_single(driver, self.test_path(), time_out_ms)
201 def run_single(self, driver, test_path, time_out_ms, should_run_pixel_test=False): member in class:PerfTest
275 output = self.run_single(driver, self.test_path(), time_out_ms)

Completed in 821 milliseconds