Bug 36238 - [EFL] Add HTML files used by benchmark programs
Summary: [EFL] Add HTML files used by benchmark programs
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-17 13:00 PDT by Leandro Pereira
Modified: 2010-04-05 11:19 PDT (History)
10 users (show)

See Also:


Attachments
Add HTML files used by benchmark programs (15.84 KB, patch)
2010-03-17 13:01 PDT, Leandro Pereira
eric: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Leandro Pereira 2010-03-17 13:00:18 PDT
+++ This bug was initially created as a clone of Bug #35059 +++

Attached patch adds the HTML files needed by the programs from bug #36236 and bug #36237.
Comment 1 Leandro Pereira 2010-03-17 13:01:21 PDT
Created attachment 50944 [details]
Add HTML files used by benchmark programs
Comment 2 Eric Seidel (no email) 2010-03-24 23:55:59 PDT
Comment on attachment 50944 [details]
Add HTML files used by benchmark programs

Why would webkit.org want this test data?
Comment 3 Gustavo Sverzut Barbieri 2010-03-25 07:32:03 PDT
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.
Comment 4 Leandro Pereira 2010-04-05 11:19:46 PDT
(In reply to comment #3)
> 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.
> (...)

Closing this bug report, since these benchmark programs will be distributed separately (see comments on bug #36236 and bug #36237 for more information).