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

Unified Diff: tools/perf/benchmarks/v8_browsing.py

Issue 2711143002: Removes ignition specific benchmarks. (Closed)
Patch Set: Rebased the patch. And re-ran tools/perf/generate_perf_json.py. Created 3 years, 9 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 | « tools/perf/benchmarks/v8.py ('k') | tools/perf/benchmarks/v8_helper.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/v8_browsing.py
diff --git a/tools/perf/benchmarks/v8_browsing.py b/tools/perf/benchmarks/v8_browsing.py
index 9cbbf738d314bbcde4508843297dba68cc4b38a9..72a0d7691c259305c25374cf722219eedc0ca651 100644
--- a/tools/perf/benchmarks/v8_browsing.py
+++ b/tools/perf/benchmarks/v8_browsing.py
@@ -167,16 +167,6 @@ class V8MobileBrowsingBenchmark(_V8MobileBrowsingBenchmark):
TEST_SUFFIX = ''
-class V8DesktopIgnitionBrowsingBenchmark(_V8DesktopBrowsingBenchmark):
- PLATFORM = 'desktop'
- TEST_SUFFIX = '_ignition'
-
- def SetExtraBrowserOptions(self, options):
- super(V8DesktopIgnitionBrowsingBenchmark, self).SetExtraBrowserOptions(
- options)
- v8_helper.EnableIgnition(options)
-
-
class V8DesktopTurboBrowsingBenchmark(_V8DesktopBrowsingBenchmark):
PLATFORM = 'desktop'
TEST_SUFFIX = '_turbo'
@@ -188,17 +178,6 @@ class V8DesktopTurboBrowsingBenchmark(_V8DesktopBrowsingBenchmark):
@benchmark.Disabled('reference') # http://crbug.com/628631
-class V8MobileIgnitionBrowsingBenchmark(_V8MobileBrowsingBenchmark):
- PLATFORM = 'mobile'
- TEST_SUFFIX = '_ignition'
-
- def SetExtraBrowserOptions(self, options):
- super(V8MobileIgnitionBrowsingBenchmark, self).SetExtraBrowserOptions(
- options)
- v8_helper.EnableIgnition(options)
-
-
-@benchmark.Disabled('reference') # http://crbug.com/628631
class V8MobileTurboBrowsingBenchmark(_V8MobileBrowsingBenchmark):
PLATFORM = 'mobile'
TEST_SUFFIX = '_turbo'
« no previous file with comments | « tools/perf/benchmarks/v8.py ('k') | tools/perf/benchmarks/v8_helper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698