| 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,
|
|
|