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

Unified Diff: tools/perf/measurements/measurement_smoke_test.py

Issue 973173002: Switch rasterize_and_record_micro measurement to use RunPageInteractions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | tools/perf/measurements/rasterize_and_record_micro.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/measurement_smoke_test.py
diff --git a/tools/perf/measurements/measurement_smoke_test.py b/tools/perf/measurements/measurement_smoke_test.py
index e27199c5b456a497ed706e38fd6e57018020edd4..0a176338377d9a37b31f099b908efb833bb32ba8 100644
--- a/tools/perf/measurements/measurement_smoke_test.py
+++ b/tools/perf/measurements/measurement_smoke_test.py
@@ -9,8 +9,6 @@ import optparse
import logging
import unittest
-from measurements import rasterize_and_record_micro
-
from telemetry import benchmark as benchmark_module
from telemetry.core import discover
from telemetry.page import page_test
@@ -66,8 +64,6 @@ class MeasurementSmokeTest(unittest.TestCase):
def testNoNewActionNameToRunUsed(self):
invalid_tests = []
for test in _GetAllPossiblePageTestInstances():
- if isinstance(test, rasterize_and_record_micro.RasterizeAndRecordMicro):
- continue
if not hasattr(test, 'action_name_to_run'):
invalid_tests.append(test)
logging.error('Test %s missing action_name_to_run attribute.',
« no previous file with comments | « no previous file | tools/perf/measurements/rasterize_and_record_micro.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698