Changes between Version 9 and Version 10 of QtWebKitPerformanceToolBackLog:


Ignore:
Timestamp:
Nov 26, 2009 4:31:20 AM (14 years ago)
Author:
zecke@selfish.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitPerformanceToolBackLog:

    v9 v10  
    99||tst_painting is currently using ''QApplication::syncX'' in the performance run to make sure that everything has been synced. The problem with this paint benchmark is that on accelerated hardware it is not clear when the image has been painted. The ''QApplication::syncX'' will make the test a bit artificial in one way.||||
    1010||Benchmarks should generate more stable timing results. This is mostly with tst_cycling not being stable enough to use it for timing. The first change is to use the '''-median 5''' when executing the test and the second part is to disable the cache. The result is a lot more stable but it depends on the workload of the http_server as well. So there is more work left to do. ||[http://gitorious.org/qtwebkit/performance/commit/639390ec5e5d5189ac10c0b33ab941ec090592de Disable Cache]||
    11 ||~~Add scripts to list, get, put files into the db to put patched icontent into the db~~|| [http://gitorious.org/qtwebkit/performance/commit/8b4e47a221d416256ba477702bc503e25825c92e list files] [http://gitorious.org/qtwebkit/performance/commit/e0b53d9c865e44b38777eb55abc7472f66ec44cf get a file] [http://gitorious.org/qtwebkit/performance/commit/46dcbe02adcb753d6942449b820277b003a4b875 put a file]||
     11||~~Add scripts to manipulate and query the content in the crawl db. This should include listing files, getting and putting files into the db and updating the header~~|| [http://gitorious.org/qtwebkit/performance/commit/8b4e47a221d416256ba477702bc503e25825c92e list files] [http://gitorious.org/qtwebkit/performance/commit/e0b53d9c865e44b38777eb55abc7472f66ec44cf get a file] [http://gitorious.org/qtwebkit/performance/commit/46dcbe02adcb753d6942449b820277b003a4b875 put a file] [http://gitorious.org/qtwebkit/performance/commit/e2c80e5897964ec2b2670421d51f585f1556623d update Content-Length in the header] [http://gitorious.org/qtwebkit/performance/commit/68f2a6717191b59cc8a875fa0e633583d506f38a store all files to disk]||
    1212||~~Fix create_hosts to remove the port part from the request~~|| [http://gitorious.org/qtwebkit/performance/commit/8b4e47a221d416256ba477702bc503e25825c92e Remove port]||
    1313||~~memusage is not working on glibc/ix86...~~ This is fixed in latest glibc git, more patches to come||[http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=22bc5239e1c7d97b0642af6c135af994586f8e82 memusage.so fix] [http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=67854c131c2ba8c013debf466b20cb13fffa120b memusagestat fixes]||