From 6849279f34245fb94804c488d7a74829a3d2e1ac Mon Sep 17 00:00:00 2001 From: "bensong@google.com" Date: Fri, 9 Nov 2012 02:00:03 +0000 Subject: Adds a file for revision annotations on dashboard. git-svn-id: http://skia.googlecode.com/svn/trunk@6361 2bbb7eff-a529-9590-31e7-b0007b416f81 --- bench/revision_notes.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bench/revision_notes.txt (limited to 'bench') diff --git a/bench/revision_notes.txt b/bench/revision_notes.txt new file mode 100644 index 0000000000..b96144fd7e --- /dev/null +++ b/bench/revision_notes.txt @@ -0,0 +1,16 @@ +# 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: +# : +# Where 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. + -- cgit v1.2.3