| 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
|
|
|