Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: tools/perf/test-info.json

Issue 15995019: Add new blink_perf benchmark to test-info.json (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698