diff options
author | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-03 18:16:29 +0000 |
---|---|---|
committer | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-03 18:16:29 +0000 |
commit | be81dc6a2b485978f9335bcd8c0db5fd8fcec8e5 (patch) | |
tree | d46e759fa99b55e3996e7e5689f0628b79c473b6 /tools/perf | |
parent | 59167c28d2201792c001c27d91e85dec8492d7f1 (diff) | |
download | chromium_src-be81dc6a2b485978f9335bcd8c0db5fd8fcec8e5.zip chromium_src-be81dc6a2b485978f9335bcd8c0db5fd8fcec8e5.tar.gz chromium_src-be81dc6a2b485978f9335bcd8c0db5fd8fcec8e5.tar.bz2 |
Add new blink_perf benchmark to test-info.json
BUG=None
TEST=None
NOTRY=True
Review URL: https://chromiumcodereview.appspot.com/15995019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203733 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/test-info.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/perf/test-info.json b/tools/perf/test-info.json index e4976a7..74232c1 100644 --- a/tools/perf/test-info.json +++ b/tools/perf/test-info.json @@ -1,5 +1,12 @@ { "_description": "This file contains info about our performance test suites, used by the perf dashboard (http://chromeperf.appspot.com).", + "blink_perf": { + "description": "Runs all enabled benchmarks in third_party/WebKit/PerformanceTests/", + "code": [ + "chrome/src/tools/perf/perf_tools/blink_perf.py", + "third_party/WebKit/PerformanceTests/" + ] + }, "bloat": { "description": "Load an image many times and ensure memory usage stays low.", "code": [ |