Skip to content

Commit

Permalink
Update perf_data_generator script to include update instructions in b…
Browse files Browse the repository at this point in the history
…enchmark.csv

Cq-Include-Trybots: master.tryserver.chromium.perf:obbs_fyi
Change-Id: I6805cf73d89312072404297206de3fb6c0d044be

TBR=perezju@chromium.org

Change-Id: I6805cf73d89312072404297206de3fb6c0d044be
Reviewed-on: https://chromium-review.googlesource.com/1234355
Reviewed-by: Ned Nguyen <nednguyen@google.com>
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#592679}
  • Loading branch information
nedn authored and Commit Bot committed Sep 20, 2018
1 parent 40eb6c2 commit 11f8955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/perf/benchmark.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AUTOGENERATED FILE DO NOT EDIT
See //tools/perf/core/perf_data_generator.py to make changes
See https://bit.ly/update-benchmarks-info 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,['Blink>Accessibility'],https://bit.ly/blink-perf-benchmarks,
Expand Down
2 changes: 1 addition & 1 deletion tools/perf/core/perf_data_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,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/core/perf_data_generator.py to make changes'],
['See https://bit.ly/update-benchmarks-info to make changes'],
['Benchmark name', 'Individual owners', 'Component', 'Documentation',
'Tags']
]
Expand Down

0 comments on commit 11f8955

Please sign in to comment.