Version 8 (modified by 15 years ago) ( diff ) | ,
---|
Performance backlog
Issues with the performance tests itself and things that needs to be improved.
Description | Commit |
http_server is currently sending every response with "Content-Length". This will make only one path in QHttpNetworkReply for body paring be executed. The http_server must send content with transfer-encoding "chunked" and without the "Content-Length". | |
Create paint traces with a better data format. Currently a full trace will make the device go out of memory. | |
loading_standalone was created to reproduce a loading issue with Wikipedia content. Currently it is not able to reproduce the exact same set of problems. The test should be changed to start new downloads from within didReceiveResponse... like in the real case. | |
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. | |
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. | Disable Cache |
list files get a file put a file | |
Remove port | |
memusage.so fix memusagestat fixes | |
ba418 | |
4bc79 | |
a80b4 | |
Note:
See TracWiki
for help on using the wiki.