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

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

Issue 292423002: Telemetry: Remove RasterizeAndRecordMicroFastPathKeySilkCases (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: tools/perf/benchmarks/rasterize_and_record_micro.py
diff --git a/tools/perf/benchmarks/rasterize_and_record_micro.py b/tools/perf/benchmarks/rasterize_and_record_micro.py
index a5e88a3f8a63afc1244b138905e67216e7abf614..03ee10f75aac4c550890a4f422d53c24b7164332 100644
--- a/tools/perf/benchmarks/rasterize_and_record_micro.py
+++ b/tools/perf/benchmarks/rasterize_and_record_micro.py
@@ -37,20 +37,6 @@ class RasterizeAndRecordMicroKeySilkCases(test.Test):
@test.Disabled('mac', 'win')
-class RasterizeAndRecordMicroFastPathKeySilkCases(test.Test):
- """Measures rasterize and record performance on the silk sites.
-
- Uses bleeding edge rendering fast paths.
-
- http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
- tag = 'fast_path'
- test = rasterize_and_record_micro.RasterizeAndRecordMicro
- page_set = 'page_sets/key_silk_cases.py'
- def CustomizeBrowserOptions(self, options):
- silk_flags.CustomizeBrowserOptionsForFastPath(options)
-
-
-@test.Disabled('mac', 'win')
class RasterizeAndRecordMicroFastPathGpuRasterizationKeySilkCases(test.Test):
"""Measures rasterize and record performance on the silk sites.
« 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