Changeset 140051 in webkit


Ignore:
Timestamp:
Jan 17, 2013 2:53:14 PM (11 years ago)
Author:
eric@webkit.org
Message:

Add a version of the html-parser benchmark which uses srcdoc instead of document.write so it tests the threaded parser
https://bugs.webkit.org/show_bug.cgi?id=107158

Reviewed by Ryosuke Niwa.

Currently this test even opts-in to the threaded parser if available.
We'll remove that line when the threaded parser becomes default or goes away.

  • Parser/html-parser-srcdoc.html: Added.
Location:
trunk/PerformanceTests
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/ChangeLog

    r139911 r140051  
     12013-01-17  Eric Seidel  <eric@webkit.org>
     2
     3        Add a version of the html-parser benchmark which uses srcdoc instead of document.write so it tests the threaded parser
     4        https://bugs.webkit.org/show_bug.cgi?id=107158
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        Currently this test even opts-in to the threaded parser if available.
     9        We'll remove that line when the threaded parser becomes default or goes away.
     10
     11        * Parser/html-parser-srcdoc.html: Added.
     12
    1132013-01-16  Arnaud Renevier  <a.renevier@sisa.samsung.com>
    214
  • trunk/PerformanceTests/Skipped

    r139911 r140051  
    6565
    6666Canvas/drawimage.html
     67
     68# Works fine, but is mostly useful to the threaded-parsing folks, as
     69# it's very similar to parser/html-parser.html just using
     70# srcdoc to load instead of document.write.
     71parser/html-parser-srcdoc.html
Note: See TracChangeset for help on using the changeset viewer.