[webkit-reviews] review requested: [Bug 137353] Add --json flag to test-webkitpy to emit JSON formatted test results on stdout : [Attachment 239877] Removes redundant test names from the list of tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 15 10:46:30 PDT 2014


Jake Nielsen <jake.nielsen.webkit at gmail.com> has asked	for review:
Bug 137353: Add --json flag to test-webkitpy to emit JSON formatted test
results on stdout
https://bugs.webkit.org/show_bug.cgi?id=137353

Attachment 239877: Removes redundant test names from the list of tests
https://bugs.webkit.org/attachment.cgi?id=239877&action=review

------- Additional Comments from Jake Nielsen <jake.nielsen.webkit at gmail.com>
To address any efficiency concerns, I ran some tests with randomly generated
test names, and a random subset of failures and errors. 
10,000 test names, 1000 errors/failures. For comparison, there are presently
1430 unit tests in the test-webkitpy test suite.
Here are the results (time measured in seconds):

[563]jacob_nielsen: ~/GitRepos/WorkRepos/OpenSource/Tools/Scripts 

$ python ./JsonPerformanceTest.py

Average time: 0.022092668[564]jacob_nielsen:
~/GitRepos/WorkRepos/OpenSource/Tools/Scripts 

$ python ./JsonPerformanceTest.py

Average time: 0.02275959[565]jacob_nielsen:
~/GitRepos/WorkRepos/OpenSource/Tools/Scripts 

$ python ./JsonPerformanceTest.py

Average time: 0.0233933[566]jacob_nielsen:
~/GitRepos/WorkRepos/OpenSource/Tools/Scripts 

$


More information about the webkit-reviews mailing list