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

Unified Diff: testing/buildbot/chromium.perf.json

Issue 962863002: Add gpu_perftests to perfbots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.perf.json
diff --git a/testing/buildbot/chromium.perf.json b/testing/buildbot/chromium.perf.json
index 5ec0a54e3215139255490ba2d77812feda20330f..ce2334350e8b33664746f6221e1bd8b4c641b0b2 100644
--- a/testing/buildbot/chromium.perf.json
+++ b/testing/buildbot/chromium.perf.json
@@ -38,5 +38,41 @@
"script": "host_info.py"
}
]
+ },
+ "Linux Perf (1)": {
+ "scripts": [
+ {
+ "name": "gpu_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["gpu_perftests", "--single-process-tests"]
+ }
+ ]
+ },
+ "Win 7 ATI GPU Perf": {
Ken Russell (switch to Gerrit) 2015/02/26 22:08:24 Why not run these on the NVIDIA and Intel GPU perf
Daniele Castagna 2015/02/26 22:23:05 I wanted to make sure it works on one bot before t
+ "scripts": [
+ {
+ "name": "gpu_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["gpu_perftests", "--single-process-tests"]
+ }
+ ]
+ },
+ "Android Nexus5 Perf": {
+ "scripts": [
+ {
+ "name": "gpu_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["gpu_perftests", "--single-process-tests"]
shatch 2015/02/26 21:49:56 Do you need the --single-process-tests for android
Daniele Castagna 2015/02/26 22:03:28 Probably not. I'm removing it.
+ }
+ ]
+ },
+ "Mac Builder": {
shatch 2015/02/26 21:49:56 I don't think you want to run this on a builder.
Daniele Castagna 2015/02/26 22:03:28 I'm going to change it to "Mac 10.8 Perf (1)". I t
shatch 2015/02/26 22:09:23 Nah it builds and packages it up for any mac perf
Daniele Castagna 2015/02/26 22:23:06 Done.
+ "scripts": [
+ {
+ "name": "gpu_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["gpu_perftests", "--single-process-tests"]
+ }
+ ]
}
}
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698