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

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: 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 12359490ec74010f308fb08af4473e68f4f91be9..bd33a2a55732988d073d544199dba3c0ce120f1c 100644
--- a/slave/skia_slave_scripts/run_bench.py
+++ b/slave/skia_slave_scripts/run_bench.py
@@ -51,6 +51,7 @@ class RunBench(BuildStep):
args.extend(BenchArgs(self._BuildDataFile()))
if 'Nexus4' in self._builder_name:
args.extend(['--config', 'defaults', 'MSAA4'])
+ args.extend(['-i ', self._device_dirs.ResourceDir()])
borenet 2013/09/25 15:11:14 Optional: You can replace the empty args list on l
scroggo 2013/09/25 19:43:57 Done.
self._flavor_utils.RunFlavoredCmd('bench', args + self._bench_args)
« 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