Bug 83847 - Extract PerfTest class from PerfTestRunner
Summary: Extract PerfTest class from PerfTestRunner
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 77037
  Show dependency treegraph
 
Reported: 2012-04-12 18:38 PDT by Ryosuke Niwa
Modified: 2012-04-12 20:11 PDT (History)
5 users (show)

See Also:


Attachments
Extract PerfTest class (19.82 KB, patch)
2012-04-12 18:48 PDT, Ryosuke Niwa
morrita: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2012-04-12 18:38:42 PDT
Extract PerfTest class from PerfTestRunner
Comment 1 Ryosuke Niwa 2012-04-12 18:48:28 PDT
Created attachment 137020 [details]
Extract PerfTest class
Comment 2 Hajime Morrita 2012-04-12 18:56:47 PDT
Comment on attachment 137020 [details]
Extract PerfTest class

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.
Comment 3 Ryosuke Niwa 2012-04-12 20:11:28 PDT
Committed r114076: <http://trac.webkit.org/changeset/114076>