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

Unified Diff: masters/master.chromium.webkit/master_linux_latest_cfg.py

Issue 9963116: Add perf results for GPU bots on chromium.gpu and chromium.webkit waterfalls. (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/build/
Patch Set: Created 8 years, 9 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 | « masters/master.chromium.gpu/master.cfg ('k') | masters/master.chromium.webkit/master_mac_latest_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.webkit/master_linux_latest_cfg.py
===================================================================
--- masters/master.chromium.webkit/master_linux_latest_cfg.py (revision 130404)
+++ masters/master.chromium.webkit/master_linux_latest_cfg.py (working copy)
@@ -65,7 +65,11 @@
target='Release',
tests=['gpu_tests', 'gpu_frame_rate', 'gpu_latency', 'gpu_throughput'],
options=['--compiler=goma', 'chromium_gpu_builder'],
- factory_properties={'generate_gtest_json': True}))
+ factory_properties={
+ 'generate_gtest_json': True,
+ 'perf_id': 'gpu-webkit-linux-nvidia',
+ 'show_perf_results': True,
+ }))
################################################################################
## Debug
« no previous file with comments | « masters/master.chromium.gpu/master.cfg ('k') | masters/master.chromium.webkit/master_mac_latest_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698