Commit 1d283baf authored by Sadrul Habib Chowdhury's avatar Sadrul Habib Chowdhury Committed by Commit Bot

rendering benchmark: Add component.

Add Internals>GPU>Metrics component for rendering.desktop
and rendering.mobile benchmarks.

Also, update the scripts to point to the correct script.

BUG=none

Cq-Include-Trybots: master.tryserver.chromium.perf:obbs_fyi
Change-Id: Ib1e1899d21d14033518ccad09166a131fd4a1f3a
Reviewed-on: https://chromium-review.googlesource.com/1232515
Commit-Queue: Annie Sullivan <sullivan@chromium.org>
Reviewed-by: default avatarAnnie Sullivan <sullivan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592375}
parent 9edb7c1a
AUTOGENERATED FILE DO NOT EDIT
See //tools/perf/generate_perf_data.py to make changes
See //tools/perf/core/perf_data_generator.py to make changes
Benchmark name,Individual owners,Component,Documentation,Tags
angle_perftests,"jmadill@chromium.org, chrome-gpu-perf-owners@chromium.org",Internals>GPU>ANGLE,,
blink_perf.accessibility,dmazzoni@chromium.org,,https://bit.ly/blink-perf-benchmarks,
......@@ -42,8 +42,8 @@ power.desktop,brucedawson@chromium.org,,https://bit.ly/power-benchmarks,
power.typical_10_mobile,perezju@chromium.org,,https://bit.ly/power-benchmarks,
rasterize_and_record_micro.partial_invalidation,"vmpstr@chromium.org, wkorman@chromium.org",Internals>Compositing>Rasterization,,
rasterize_and_record_micro.top_25,"vmpstr@chromium.org, wkorman@chromium.org",Internals>Compositing>Rasterization,,
rendering.desktop,"sadrul@chromium.org, vmiura@chromium.org",,https://bit.ly/rendering-benchmarks,"gpu_rasterization,image_decoding,key_desktop_move,maps,required_webgl,top_real_world_desktop,tough_animation,tough_canvas,tough_compositor,tough_filters,tough_image_decode,tough_path_rendering,tough_pinch_zoom,tough_scheduling,tough_scrolling,tough_texture_upload,tough_webgl,use_fake_camera_device"
rendering.mobile,"sadrul@chromium.org, vmiura@chromium.org",,https://bit.ly/rendering-benchmarks,"fastpath,gpu_rasterization,image_decoding,key_hit_test,key_idle_power,key_noop,key_silk,maps,pathological_mobile_sites,polymer,required_webgl,simple_mobile_sites,sync_scroll,top_real_world_desktop,top_real_world_mobile,tough_animation,tough_canvas,tough_compositor,tough_filters,tough_image_decode,tough_path_rendering,tough_scheduling,tough_scrolling,tough_texture_upload,tough_webgl,use_fake_camera_device"
rendering.desktop,"sadrul@chromium.org, vmiura@chromium.org",Internals>GPU>Metrics,https://bit.ly/rendering-benchmarks,"gpu_rasterization,image_decoding,key_desktop_move,maps,required_webgl,top_real_world_desktop,tough_animation,tough_canvas,tough_compositor,tough_filters,tough_image_decode,tough_path_rendering,tough_pinch_zoom,tough_scheduling,tough_scrolling,tough_texture_upload,tough_webgl,use_fake_camera_device"
rendering.mobile,"sadrul@chromium.org, vmiura@chromium.org",Internals>GPU>Metrics,https://bit.ly/rendering-benchmarks,"fastpath,gpu_rasterization,image_decoding,key_hit_test,key_idle_power,key_noop,key_silk,maps,pathological_mobile_sites,polymer,required_webgl,simple_mobile_sites,sync_scroll,top_real_world_desktop,top_real_world_mobile,tough_animation,tough_canvas,tough_compositor,tough_filters,tough_image_decode,tough_path_rendering,tough_scheduling,tough_scrolling,tough_texture_upload,tough_webgl,use_fake_camera_device"
resource_sizes,"agrieve@chromium.org, rnephew@chromium.org, perezju@chromium.org",,,
sizes (linux),thestig@chromium.org,,,
sizes (mac),tapted@chromium.org,,,
......
......@@ -10,7 +10,8 @@ from telemetry import story as story_module
@benchmark.Info(emails=['sadrul@chromium.org', 'vmiura@chromium.org'],
documentation_url='https://bit.ly/rendering-benchmarks')
documentation_url='https://bit.ly/rendering-benchmarks',
component='Internals>GPU>Metrics')
class RenderingDesktop(perf_benchmark.PerfBenchmark):
test = rendering.Rendering
......@@ -32,7 +33,8 @@ class RenderingDesktop(perf_benchmark.PerfBenchmark):
@benchmark.Info(emails=['sadrul@chromium.org', 'vmiura@chromium.org'],
documentation_url='https://bit.ly/rendering-benchmarks')
documentation_url='https://bit.ly/rendering-benchmarks',
component='Internals>GPU>Metrics')
class RenderingMobile(perf_benchmark.PerfBenchmark):
test = rendering.Rendering
......
......@@ -753,7 +753,7 @@ def update_benchmark_csv(file_path):
owners, and components. Requires that all benchmarks have owners.
"""
header_data = [['AUTOGENERATED FILE DO NOT EDIT'],
['See //tools/perf/generate_perf_data.py to make changes'],
['See //tools/perf/core/perf_data_generator.py to make changes'],
['Benchmark name', 'Individual owners', 'Component', 'Documentation',
'Tags']
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment