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

Unified Diff: slave/skia_slave_scripts/run_nanobench.py

Issue 487233003: Pass nanobench --options build_number <build_number>. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 6 years, 4 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_nanobench.py
diff --git a/slave/skia_slave_scripts/run_nanobench.py b/slave/skia_slave_scripts/run_nanobench.py
index b805de5b2a046237b80b4d4fec07dad0c3fcee48..4f2f4f2d5a623392cabe59a7e2b96f986ab5d139 100644
--- a/slave/skia_slave_scripts/run_nanobench.py
+++ b/slave/skia_slave_scripts/run_nanobench.py
@@ -68,6 +68,8 @@ class RunNanobench(BuildStep):
])
args.append('--key')
args.extend(self._KeyParams())
+ args.append('--options')
+ args.extend(['build_number', str(self._build_number)])
match = []
# Disable known problems.
« 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