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

Unified Diff: slave/skia_slave_scripts/run_bench.py

Issue 24448002: Supply resource path for bench. (Closed) Base URL: https://skia.googlecode.com/svn/buildbot
Patch Set: Should be the same. From a different computer. Created 7 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: slave/skia_slave_scripts/run_bench.py
diff --git a/slave/skia_slave_scripts/run_bench.py b/slave/skia_slave_scripts/run_bench.py
index 29b8300b746f1349563ac72c11ad870e88c8cbc0..2de9d8a1c73d11c07f731960a9e55240f536277f 100644
--- a/slave/skia_slave_scripts/run_bench.py
+++ b/slave/skia_slave_scripts/run_bench.py
@@ -46,7 +46,7 @@ class RunBench(BuildStep):
'bench_r%s_data' % GetSvnRevision(self._got_revision))
def _Run(self):
- args = []
+ args = ['-i ', self._device_dirs.ResourceDir()]
if self._perf_data_dir:
args.extend(BenchArgs(self._BuildDataFile()))
if 'Nexus4' in self._builder_name:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698