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

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

Issue 2228413003: [tools/perf] Enable many more lint checks for perf directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Petr's comment Created 4 years, 4 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/core/benchmark_finders_unittest.py ('k') | tools/perf/page_sets/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/clock_domain_test.py
diff --git a/tools/perf/measurements/clock_domain_test.py b/tools/perf/measurements/clock_domain_test.py
index 51f953a60c9ccee7ccba2ab68fbdf8f5604f2e58..596439fdb94abdf2c9352cb25be88f0b379912b5 100644
--- a/tools/perf/measurements/clock_domain_test.py
+++ b/tools/perf/measurements/clock_domain_test.py
@@ -38,4 +38,4 @@ class ClockDomainTest(tab_test_case.TabTestCase):
ts_chrome = chrome_sync[0]['ts']
ts_telemetry_end = telemetry_sync[0]['ts']
assert ts_chrome > ts_telemetry_start
- assert ts_telemetry_end > ts_chrome
+ assert ts_telemetry_end > ts_chrome
« no previous file with comments | « tools/perf/core/benchmark_finders_unittest.py ('k') | tools/perf/page_sets/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698