diff options
Diffstat (limited to 'tools/perf/test-info.json')
-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": [ |