Chromium Code Reviews| 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 |
|
cmp
2012/04/03 20:16:07
nit: add a comma after True
Zhenyao Mo
2012/04/03 20:23:39
Done.
|
| + })) |
| ################################################################################ |
| ## Debug |