diff options
Diffstat (limited to 'bench/revision_notes.txt')
-rw-r--r-- | bench/revision_notes.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/bench/revision_notes.txt b/bench/revision_notes.txt deleted file mode 100644 index b96144fd7e..0000000000 --- a/bench/revision_notes.txt +++ /dev/null @@ -1,16 +0,0 @@ -# File for adding notes to code revisions. -# This is used for displaying annotations to Skia benchmark dashboards. -# -# The format of each data line (non-empty, not started with "#") is: -# <Revision_Number>:<Annotations_To_Display> -# Where <Revision_Number> must be an integer. Anything else in this line -# after ":" will be displayed as annotation for the corresponding revision. -# -# Unrecognized data lines (not start with an integer followed by ":") will be -# ignored on the dashboard side. -# Please have changes reviewed by teammates so people understand and agree on -# them. - -# For testing only. TODO(bensong): remove this once testing is done. -6360:Ben testing to make sure annotations work. Nothing to report. - |