diff options
author | dcastagna <dcastagna@chromium.org> | 2015-03-04 12:46:35 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-04 20:47:16 +0000 |
commit | 4e5999debe76d4551875e71f3ab260d6035beea2 (patch) | |
tree | ae5799cc7899d334ddbec59dc7f042f2624385cd /testing | |
parent | 95221ffe02b9d0782202d80cf86766686afab13a (diff) | |
download | chromium_src-4e5999debe76d4551875e71f3ab260d6035beea2.zip chromium_src-4e5999debe76d4551875e71f3ab260d6035beea2.tar.gz chromium_src-4e5999debe76d4551875e71f3ab260d6035beea2.tar.bz2 |
Add gpu_perftests to perfbots.
BUG=423481
Review URL: https://codereview.chromium.org/962863002
Cr-Commit-Position: refs/heads/master@{#319122}
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.perf.json | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.perf.json b/testing/buildbot/chromium.perf.json index 5ec0a54..73af243 100644 --- a/testing/buildbot/chromium.perf.json +++ b/testing/buildbot/chromium.perf.json @@ -12,6 +12,11 @@ { "name": "host_info", "script": "host_info.py" + }, + { + "name": "gpu_perftests", + "script": "gtest_perf_test.py", + "args": ["gpu_perftests"] } ] }, @@ -38,5 +43,59 @@ "script": "host_info.py" } ] + }, + "Linux Perf (1)": { + "scripts": [ + { + "name": "gpu_perftests", + "script": "gtest_perf_test.py", + "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"] + } + ] + }, + "Win 7 ATI GPU Perf": { + "scripts": [ + { + "name": "gpu_perftests", + "script": "gtest_perf_test.py", + "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"] + } + ] + }, + "Win 7 Intel GPU Perf": { + "scripts": [ + { + "name": "gpu_perftests", + "script": "gtest_perf_test.py", + "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"] + } + ] + }, + "Win 7 Nvidia GPU Perf": { + "scripts": [ + { + "name": "gpu_perftests", + "script": "gtest_perf_test.py", + "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"] + } + ] + }, + "Mac 10.8 Perf (1)": { + "scripts": [ + { + "name": "gpu_perftests", + "script": "gtest_perf_test.py", + "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"] + } + ] + }, + "Mac 10.9 Perf (1)": { + "scripts": [ + { + "name": "gpu_perftests", + "script": "gtest_perf_test.py", + "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"] + } + ] } } |