[webkit-reviews] review granted: [Bug 83847] Extract PerfTest class from PerfTestRunner : [Attachment 137020] Extract PerfTest class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 12 18:56:47 PDT 2012


Hajime Morrita <morrita at google.com> has granted Ryosuke Niwa
<rniwa at webkit.org>'s request for review:
Bug 83847: Extract PerfTest class from PerfTestRunner
https://bugs.webkit.org/show_bug.cgi?id=83847

Attachment 137020: Extract PerfTest class
https://bugs.webkit.org/attachment.cgi?id=137020&action=review

------- Additional Comments from Hajime Morrita <morrita at google.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=137020&action=review


> Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py:301
> +	   return True if new_results else False

It looks you can just new_results != None.


More information about the webkit-reviews mailing list