Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
2009-12-14 Maciej Stachowiak <mjs@apple.com>
Reviewed by Sam Weinig. in-browser SunSpider suffers excessive penalty under power management https://bugs.webkit.org/show_bug.cgi?id=32505 I have made a few changes to address this: 1) Change how browser-hosted SunSpider loads tests - preload the content and write it in with document.write to reduce triggering of progress UI. 2) Reduce time between tests to 10ms from 500ms, so that power management doesn't keep the CPU stepped all the way down the whole time. 3) Run the test cycle an extra time for warmup before the runs that count. * hosted/sunspider-record-result.js: Removed. * make-hosted: * resources/TEMPLATE.html: * resources/driver-TEMPLATE.html: Canonical link: https://commits.webkit.org/43552@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@52128 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
60 additions
and 47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters