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

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

Issue 134373004: Remove gpu_throughput tests option (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 | « no previous file | scripts/master/factory/chromium_factory.py » ('j') | 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 e5d639a4384230b117c5846f2fa2a3ce31c26f4f..cd6c14ad2b1452d749940b60b4f4083de62874e5 100644
--- a/scripts/master/factory/chromium_commands.py
+++ b/scripts/master/factory/chromium_commands.py
@@ -506,17 +506,6 @@ class ChromiumCommands(commands.FactoryCommands):
step_name='sizes', cmd_name = self._sizes_tool, cmd_options=args,
py_script=True, factory_properties=factory_properties)
- def AddGpuThroughputTests(self, factory_properties=None):
- options = ['--enable-gpu']
- tool_options = ['--no-xvfb']
-
- self.AddAnnotatedPerfStep('gpu_throughput', 'ThroughputTest*', 'graphing',
- cmd_name='performance_browser_tests',
- step_name='gpu_throughput_tests',
- cmd_options=options,
- tool_opts=tool_options,
- factory_properties=factory_properties)
-
def AddTabCapturePerformanceTests(self, factory_properties=None):
options = ['--enable-gpu']
tool_options = ['--no-xvfb']
« no previous file with comments | « no previous file | scripts/master/factory/chromium_factory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698