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

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

Issue 1138233003: Enable load_library_perf_tests performance test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Enable on all platforms except Android. Created 5 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: testing/buildbot/chromium.perf.json
diff --git a/testing/buildbot/chromium.perf.json b/testing/buildbot/chromium.perf.json
index 61227031370383716b3e7ed1c22c3caf3efc39da..565a91720062d10f014129733c9243eb874b15b6 100644
--- a/testing/buildbot/chromium.perf.json
+++ b/testing/buildbot/chromium.perf.json
@@ -163,6 +163,14 @@
],
"name": "cc_perftests",
"script": "gtest_perf_test.py"
+ },
+ {
+ "args": [
+ "load_library_perf_tests",
+ "--test-launcher-print-test-stdio=always"
+ ],
+ "name": "load_library_perf_tests",
+ "script": "gtest_perf_test.py"
}
]
},
@@ -198,6 +206,14 @@
],
"name": "performance_browser_tests",
"script": "gtest_perf_test.py"
+ },
+ {
+ "args": [
+ "load_library_perf_tests",
+ "--test-launcher-print-test-stdio=always"
+ ],
+ "name": "load_library_perf_tests",
+ "script": "gtest_perf_test.py"
}
]
},
@@ -233,6 +249,14 @@
],
"name": "performance_browser_tests",
"script": "gtest_perf_test.py"
+ },
+ {
+ "args": [
+ "load_library_perf_tests",
+ "--test-launcher-print-test-stdio=always"
+ ],
+ "name": "load_library_perf_tests",
+ "script": "gtest_perf_test.py"
}
]
},
@@ -257,6 +281,14 @@
],
"name": "performance_browser_tests",
"script": "gtest_perf_test.py"
+ },
+ {
+ "args": [
+ "load_library_perf_tests",
+ "--test-launcher-print-test-stdio=always"
+ ],
+ "name": "load_library_perf_tests",
+ "script": "gtest_perf_test.py"
}
]
},
@@ -281,6 +313,14 @@
],
"name": "performance_browser_tests",
"script": "gtest_perf_test.py"
+ },
+ {
+ "args": [
+ "load_library_perf_tests",
+ "--test-launcher-print-test-stdio=always"
+ ],
+ "name": "load_library_perf_tests",
+ "script": "gtest_perf_test.py"
}
]
},
@@ -296,6 +336,14 @@
],
"name": "performance_browser_tests",
"script": "gtest_perf_test.py"
+ },
+ {
+ "args": [
+ "load_library_perf_tests",
+ "--test-launcher-print-test-stdio=always"
+ ],
+ "name": "load_library_perf_tests",
+ "script": "gtest_perf_test.py"
}
]
},
@@ -320,6 +368,14 @@
],
"name": "performance_browser_tests",
"script": "gtest_perf_test.py"
+ },
+ {
+ "args": [
+ "load_library_perf_tests",
+ "--test-launcher-print-test-stdio=always"
+ ],
+ "name": "load_library_perf_tests",
+ "script": "gtest_perf_test.py"
}
]
},
@@ -335,6 +391,14 @@
],
"name": "performance_browser_tests",
"script": "gtest_perf_test.py"
+ },
+ {
+ "args": [
+ "load_library_perf_tests",
+ "--test-launcher-print-test-stdio=always"
+ ],
+ "name": "load_library_perf_tests",
+ "script": "gtest_perf_test.py"
}
]
},
@@ -350,10 +414,27 @@
],
"name": "performance_browser_tests",
"script": "gtest_perf_test.py"
+ },
+ {
+ "args": [
+ "load_library_perf_tests",
+ "--test-launcher-print-test-stdio=always"
+ ],
+ "name": "load_library_perf_tests",
+ "script": "gtest_perf_test.py"
}
]
},
"Win 8 Perf (2)": {
- "scripts": []
+ "scripts": [
+ {
+ "args": [
+ "load_library_perf_tests",
+ "--test-launcher-print-test-stdio=always"
+ ],
+ "name": "load_library_perf_tests",
+ "script": "gtest_perf_test.py"
+ }
+ ]
}
}
« 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