Choosing WebSocket vs MozWebsocket

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
window.a = window.a || window.b
window.WebSocket = window.WebSocket || window.MozWebSocket;
ready
var a = window.a || window.b
var WebSocket = window.WebSocket || window.MozWebSocket;
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.