[Webkit-unassigned] [Bug 161696] REGRESSION: Some XMLHttpRequest tests have become much slower, and frequently time out (http/tests/xmlhttprequest/methods-async.html, http/tests/xmlhttprequest/workers/methods.html)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 7 09:54:15 PDT 2016


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

--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
There are a couple reasons for such behavior that I can think of:

1. Disk caching going crazy, and storing way too many files to be performant (we've seen that with media loads before).

2. Us gradually adding more and more unrelated tests that globally slow down the system in some way, perhaps leaking VM entries or confusing JSC garbage collection code.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160907/535e95e4/attachment.html>


More information about the webkit-unassigned mailing list