Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(448)

Unified Diff: bench/bench_graph_svg.py

Issue 14544003: Fix builder name references (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: bench/bench_graph_svg.py
===================================================================
--- bench/bench_graph_svg.py (revision 8905)
+++ bench/bench_graph_svg.py (working copy)
@@ -20,7 +20,7 @@
MAX_REASONABLE_TIME = 99999
# Constants for prefixes in output title used in buildbot.
-TITLE_PREAMBLE = 'Bench_Performance_for_Skia_'
+TITLE_PREAMBLE = 'Bench_Performance_for_'
TITLE_PREAMBLE_LENGTH = len(TITLE_PREAMBLE)
def usage():
@@ -489,7 +489,7 @@
time_to_ignore = None
# The title flag (-l) provided in buildbot slave is in the format
- # Bench_Performance_for_Skia_<platform>, and we want to extract <platform>
+ # Bench_Performance_for_<platform>, and we want to extract <platform>
# for use in platform_and_alg to track matching benches later. If title flag
# is not in this format, there may be no matching benches in the file
# provided by the expectation_file flag (-e).
« no previous file with comments | « bench/bench_expectations.txt ('k') | bench/gen_skp_ranges.py » ('j') | bench/gen_skp_ranges.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698