[Webkit-unassigned] [Bug 80476] [WebSocket] Add performance tests for data transmission

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 8 18:05:35 PST 2012


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





--- Comment #8 from Ryosuke Niwa <rniwa at webkit.org>  2012-03-08 18:05:31 PST ---
(From update of attachment 130944)
View in context: https://bugs.webkit.org/attachment.cgi?id=130944&action=review

> Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py:234
> +            if relative_test_path.startswith('Websocket'):

I think the correct capitalization is WebSocket.

> PerformanceTests/Websocket/sendData.html:9
> +    <script type="text/javascript">
> +        var size = 1024*1024;

We don't normally indent elements and script contents like this.

> PerformanceTests/Websocket/sendData.html:11
> +        var wsocket = new WebSocket("ws://localhost:8880/websocket/tests/hybi/send");

Is there anyway to manually start this local server? It'll be nice to have some description on how to run this test manually inside a browser.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list