Bug 43287 - Develop a microbenchmark harness that would make it easy to write and run tests.
Summary: Develop a microbenchmark harness that would make it easy to write and run tests.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Dimitri Glazkov (Google)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-30 16:49 PDT by Dimitri Glazkov (Google)
Modified: 2017-07-18 08:27 PDT (History)
1 user (show)

See Also:


Attachments
Patch (43.95 KB, patch)
2010-07-30 16:50 PDT, Dimitri Glazkov (Google)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Glazkov (Google) 2010-07-30 16:49:35 PDT
Develop a microbenchmark harness that would make it easy to write and run tests.
Comment 1 Dimitri Glazkov (Google) 2010-07-30 16:50:09 PDT
Created attachment 63125 [details]
Patch
Comment 2 Dimitri Glazkov (Google) 2010-07-30 16:52:27 PDT
This is not yet ready for review, just a general direction of where I am going with it. The idea is to write a simple postMessage-based harness that could be used to run microbenchmarks: separately, together, or as part of the build cycle. Most of the plumbing is in place. Missing are UI, collecting and aggregating stats.
Comment 3 Dimitri Glazkov (Google) 2010-07-30 16:53:41 PDT
Simon, et al., as I mentioned in #webkit yesterday, I dusted off some old code and made sure it works in WebKit/Gecko/IE/Opera. I'll keep working on it if y'all like where this is going.