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

Unified Diff: slave/skia_slave_scripts/generate_bench_graphs.py

Issue 12785002: Split GenerateBenchGraphs into three build steps (Closed) Base URL: http://skia.googlecode.com/svn/buildbot/
Patch Set: Created 7 years, 9 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: slave/skia_slave_scripts/generate_bench_graphs.py
===================================================================
--- slave/skia_slave_scripts/generate_bench_graphs.py (revision 8090)
+++ slave/skia_slave_scripts/generate_bench_graphs.py (working copy)
@@ -35,8 +35,6 @@
sync_bucket_subdir.DEFAULT_PERFDATA_GS_BASE)
path_to_bench_graph_svg = os.path.join('bench', 'bench_graph_svg.py')
- path_to_bench_expectations = os.path.join('bench',
- 'bench_expectations.txt')
graph_title = 'Bench_Performance_for_%s' % self._builder_name
graph_filepath = bench_common.GraphFilePath(self._perf_graphs_dir,
self._builder_name,
@@ -51,7 +49,6 @@
cmd = ['python', path_to_bench_graph_svg,
'-d', self._perf_data_dir,
- '-e', path_to_bench_expectations,
'-r', '-%d' % bench_common.BENCH_GRAPH_NUM_REVISIONS,
'-f', '-%d' % bench_common.BENCH_GRAPH_NUM_REVISIONS,
'-x', '%d' % bench_common.BENCH_GRAPH_X,

Powered by Google App Engine
This is Rietveld 408576698