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

Unified Diff: slave/skia_slave_scripts/flavor_utils/default_build_step_utils.py

Issue 393593003: Run nanobench on perf bots. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: list binary Created 6 years, 5 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 | « master/skia_master_scripts/factory.py ('k') | slave/skia_slave_scripts/run_nanobench.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: slave/skia_slave_scripts/flavor_utils/default_build_step_utils.py
diff --git a/slave/skia_slave_scripts/flavor_utils/default_build_step_utils.py b/slave/skia_slave_scripts/flavor_utils/default_build_step_utils.py
index 5cdc465b61a4eb9f815f5f4e4a5467e73d159be6..659080bebbd74e3ffa0c3c7e56c244a34cc62d07 100644
--- a/slave/skia_slave_scripts/flavor_utils/default_build_step_utils.py
+++ b/slave/skia_slave_scripts/flavor_utils/default_build_step_utils.py
@@ -95,7 +95,7 @@ class DefaultBuildStepUtils:
def ListBuildStepExecutables(self):
""" Called by subclasses that may need to install the executables. """
return ['tests', 'gm', 'render_pictures', 'render_pdfs',
- 'bench', 'bench_pictures', 'skimage']
+ 'bench', 'bench_pictures', 'skimage', 'nanobench']
def _PathToBinary(self, binary):
""" Returns the path to the given built executable. """
« no previous file with comments | « master/skia_master_scripts/factory.py ('k') | slave/skia_slave_scripts/run_nanobench.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698