summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-30 05:51:45 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-30 05:51:45 +0000
commit91cd748fefc4b9ff830d7d857dbe7d5914a62908 (patch)
treeaabb699be685dd2da17e6ada09afef1888798d4e /build
parent1dbaf5e57272da762bea634d839d1445ee8b7ae7 (diff)
downloadchromium_src-91cd748fefc4b9ff830d7d857dbe7d5914a62908.zip
chromium_src-91cd748fefc4b9ff830d7d857dbe7d5914a62908.tar.gz
chromium_src-91cd748fefc4b9ff830d7d857dbe7d5914a62908.tar.bz2
Add perf tests based on json representation of layer tree
This extends cc_perftests to run perf tests based on a json dump of a layer tree with minimal code changes and adds a tree representing a tab switch UI with two stacks of 10 layers each. BUG= Review URL: https://chromiumcodereview.appspot.com/11418235 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170411 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-xbuild/android/run_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/android/run_tests.py b/build/android/run_tests.py
index 1518602..ea3b9b8 100755
--- a/build/android/run_tests.py
+++ b/build/android/run_tests.py
@@ -75,6 +75,7 @@ from pylib.test_result import BaseTestResult, TestResults
_TEST_SUITES = ['base_unittests',
'cc_unittests',
+ 'cc_perftests',
'content_unittests',
'gpu_unittests',
'ipc_tests',