Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
2010-08-24 Dirk Pranke <dpranke@chromium.org>
Reviewed by Eric Seidel. speed up new-run-webkit-tests unit tests Add a --no-record-results flag that turns off generating the JSON results file on every test run. Generating the file requires us to fetch the old results down from the bots, which can be slow. This flag is off by default. Reduce the sleep time in wait_for_threads_to_finish from 0.1s to 0.01s. These changes together shorten the test cycle from ~4.5s to ~1.5s - a 3x speedup. https://bugs.webkit.org/show_bug.cgi?id=44553 * Scripts/webkitpy/layout_tests/run_webkit_tests.py: * Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py: Canonical link: https://commits.webkit.org/56728@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@65949 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
3 changed files
with
39 additions
and
15 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