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

Unified Diff: master/skia_master_scripts/factory.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 | « no previous file | slave/skia_slave_scripts/flavor_utils/default_build_step_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: master/skia_master_scripts/factory.py
diff --git a/master/skia_master_scripts/factory.py b/master/skia_master_scripts/factory.py
index 6e40aa742d97143896034511ae2a147090e3fd04..ec3d2c6833eb3205abaaecd853671394c992adcb 100644
--- a/master/skia_master_scripts/factory.py
+++ b/master/skia_master_scripts/factory.py
@@ -547,6 +547,11 @@ class SkiaFactory(BuildFactory):
results over time. """
self.AddFlavoredSlaveScript(script='run_bench.py', description='RunBench')
+ def RunNanobench(self):
+ """ Run "nanobench" """
+ self.AddFlavoredSlaveScript(script='run_nanobench.py',
+ description='RunNanobench')
+
def BenchPictures(self):
""" Run "bench_pictures" """
self.AddFlavoredSlaveScript(script='bench_pictures.py',
@@ -717,6 +722,7 @@ class SkiaFactory(BuildFactory):
""" Add performance testing BuildSteps. """
self.PreBench()
self.RunBench()
+ self.RunNanobench()
self.BenchPictures()
self.PostBench()
self.CheckForRegressions()
« no previous file with comments | « no previous file | slave/skia_slave_scripts/flavor_utils/default_build_step_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698