[Webkit-unassigned] [Bug 137139] Failed to run SunSpider 1.0.2 in Chrome

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 9 13:30:28 PST 2016


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

--- Comment #12 from dewei_zhu at apple.com ---
Comment on attachment 238795
  --> https://bugs.webkit.org/attachment.cgi?id=238795
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=238795&action=review

>> PerformanceTests/SunSpider/ChangeLog:11
>> +        results.html.
> 
> I don't buy this.  To my understanding, Chrome doesn't do it this way.

Correct me if I'm wrong. According to our observation, the problem is that we are loading sub-resources (<link rel="stylesheet" href="../sunspider.css">)  in the tests. This will trigger a separate thread loading the resource. And next round could happen before resource loading is finished.
I submitted a related patch for benchmark automation. https://bugs.webkit.org/show_bug.cgi?id=152938
Solution proposed by this patch is one of the options when we tried to fix this. But since 'sunspider.css' is not used, and changing the the way runs the test sounds more risky, we decide to remove those resource in the tests.

-- 
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/20160309/cbfaacd2/attachment.html>


More information about the webkit-unassigned mailing list