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

Unified Diff: tools/perf/contrib/cluster_telemetry/ct_benchmarks_unittest.py

Issue 2876073003: Migrate cluster telemetry benchmarks to tools/perf/contrib/cluster_telemetry/ (Closed)
Patch Set: Remove BENCHMARKS_BLACK_LIST Created 3 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
Index: tools/perf/contrib/cluster_telemetry/ct_benchmarks_unittest.py
diff --git a/tools/perf/benchmarks/ct_benchmarks_unittest.py b/tools/perf/contrib/cluster_telemetry/ct_benchmarks_unittest.py
similarity index 94%
rename from tools/perf/benchmarks/ct_benchmarks_unittest.py
rename to tools/perf/contrib/cluster_telemetry/ct_benchmarks_unittest.py
index e6b35708cfe4a19e115d47a000e67b25f76f16e4..30ba296f6352c234d89802a32a4124c74488ef0b 100644
--- a/tools/perf/benchmarks/ct_benchmarks_unittest.py
+++ b/tools/perf/contrib/cluster_telemetry/ct_benchmarks_unittest.py
@@ -7,9 +7,9 @@ import unittest
from telemetry.page import shared_page_state
-from benchmarks import rasterize_and_record_micro
-from benchmarks import repaint
-from benchmarks import skpicture_printer
+from contrib.cluster_telemetry import rasterize_and_record_micro_ct
+from contrib.cluster_telemetry import repaint
+from contrib.cluster_telemetry import skpicture_printer
class MockErrorParser(object):
@@ -25,7 +25,7 @@ class CTBenchmarks(unittest.TestCase):
def setUp(self):
self.ct_benchmarks = [
- rasterize_and_record_micro.RasterizeAndRecordMicroCT(),
+ rasterize_and_record_micro_ct.RasterizeAndRecordMicroCT(),
repaint.RepaintCT(),
skpicture_printer.SkpicturePrinterCT(),
]

Powered by Google App Engine
This is Rietveld 408576698