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

Unified Diff: tools/telemetry/telemetry/page/actions/action_runner_unittest.py

Issue 898673005: [telemetry] Add a V8GCTimes measurement and benchmarks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: tools/telemetry/telemetry/page/actions/action_runner_unittest.py
diff --git a/tools/telemetry/telemetry/page/actions/action_runner_unittest.py b/tools/telemetry/telemetry/page/actions/action_runner_unittest.py
index ec097dd78bb442ea2f2af67b849a3f1afaa1b407..3ffe3a5263bbcda2fe097d7582a6248872410633 100644
--- a/tools/telemetry/telemetry/page/actions/action_runner_unittest.py
+++ b/tools/telemetry/telemetry/page/actions/action_runner_unittest.py
@@ -51,10 +51,9 @@ class ActionRunnerInteractionTest(tab_test_case.TabTestCase):
# Test disabled for android: crbug.com/437057
@decorators.Disabled('android', 'chromeos')
def testIssuingMultipleMeasurementInteractionRecords(self):
- self.VerifyIssuingInteractionRecords(is_fast=True)
self.VerifyIssuingInteractionRecords(is_responsive=True)
self.VerifyIssuingInteractionRecords(is_smooth=True)
- self.VerifyIssuingInteractionRecords(is_fast=True, is_smooth=True)
+ self.VerifyIssuingInteractionRecords(is_responsive=True, is_smooth=True)
class ActionRunnerTest(tab_test_case.TabTestCase):

Powered by Google App Engine
This is Rietveld 408576698