[Webkit-unassigned] [Bug 182228] New: WebDriverBenchmarkRunner shouldn't poll global object every second

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 28 19:03:18 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=182228

            Bug ID: 182228
           Summary: WebDriverBenchmarkRunner shouldn't poll global object
                    every second
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: lforschler at apple.com

Right now, WebDriverBenchmarkRunner polls the global object of the benchmark every 1s.

url = 'file://{root}/{plan_name}/{test_file}'.format(root=web_root, plan_name=self._plan_name, test_file=test_file)
driver = self._browser_driver.launch_driver(url, self._plan['options'], self._build_dir)
_log.info('Waiting on results from web browser')
result = WebDriverWait(driver, self._plan['timeout'], poll_frequency=1.0).until(self._get_result)
driver.quit()

There is no way this won't affect the performance characteristics of the tested document.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180129/c0321fb3/attachment-0001.html>


More information about the webkit-unassigned mailing list