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

Unified Diff: scripts/master/factory/chromium_factory.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 | « scripts/master/factory/chromium_commands.py ('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_factory.py
diff --git a/scripts/master/factory/chromium_factory.py b/scripts/master/factory/chromium_factory.py
index b58e8aafa8ab85fcc7dbdbe50b03c0f5242b2a9b..cff6c1c9f7b40f197d485e816fe15b8d5c637524 100644
--- a/scripts/master/factory/chromium_factory.py
+++ b/scripts/master/factory/chromium_factory.py
@@ -681,8 +681,6 @@ class ChromiumFactory(gclient_factory.GClientFactory):
# Other benchmarks:
if R('memory'):
f.AddMemoryTests(fp)
- if R('gpu_throughput'):
- f.AddGpuThroughputTests(fp)
if R('tab_capture_performance'):
f.AddTabCapturePerformanceTests(fp)
if R('idb_perf'):
« no previous file with comments | « scripts/master/factory/chromium_commands.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698