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

Unified Diff: scripts/master/factory/chromium_commands.py

Issue 112633009: Run media_perftests in a single process. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 11 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 | « masters/master.chromium.perf/master.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/chromium_commands.py
diff --git a/scripts/master/factory/chromium_commands.py b/scripts/master/factory/chromium_commands.py
index 3487e0f200d331e967a5999203abe119e5f17bba..e5d639a4384230b117c5846f2fa2a3ce31c26f4f 100644
--- a/scripts/master/factory/chromium_commands.py
+++ b/scripts/master/factory/chromium_commands.py
@@ -460,6 +460,7 @@ class ChromiumCommands(commands.FactoryCommands):
def AddMediaPerfTests(self, factory_properties=None):
self.AddAnnotatedPerfStep('media_perftests', None, 'graphing',
cmd_name='media_perftests',
+ cmd_options=['--single-process-tests'],
step_name='media_perftests',
factory_properties=factory_properties)
« no previous file with comments | « masters/master.chromium.perf/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698