Index: tools/perf/test-info.json |
diff --git a/tools/perf/test-info.json b/tools/perf/test-info.json |
index e4976a7b0fec1fd97c704a74aa45d2a0fdb389ee..74232c166a239f336ea07391218a58d2625e876f 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": [ |