[Webkit-unassigned] [Bug 36238] [EFL] Add HTML files used by benchmark programs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 25 07:32:03 PDT 2010


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





--- Comment #3 from Gustavo Sverzut Barbieri <barbieri at profusion.mobi>  2010-03-25 07:32:03 PST ---
They are simple webpages that we use with the benchmark suite. They do not need
to be in SVN, but it would be good to.

These are 2 cases:
 1. super-simple page, white background and a list. The page should render
quite fast and the benchmarks measures the other non-rendering overhead;
 2. super-complex svg with effects. The page should take a while to render,
clipped regions will be expensive as well, this will focus the rendering
overhead.

We used these during the development of the port, to know when it was good to
clip lots of individual regions or when it was better to just do an union of
the areas and waste bit more rendering not-required pixels.

-- 
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