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

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

Issue 816353008: [Telemetry] Explicitly define Name() method for all perf 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/perf/benchmarks/robohornet_pro.py
diff --git a/tools/perf/benchmarks/robohornet_pro.py b/tools/perf/benchmarks/robohornet_pro.py
index d990f9ff69c62c03f4345f735fd51a4688565c6e..1fd50b85ada08899a6f6707d7a74c49aafbebfab 100644
--- a/tools/perf/benchmarks/robohornet_pro.py
+++ b/tools/perf/benchmarks/robohornet_pro.py
@@ -54,6 +54,10 @@ class RobohornetPro(benchmark.Benchmark):
"""
test = _RobohornetProMeasurement
+ @classmethod
+ def Name(cls):
+ return 'robohornet_pro'
+
def CreatePageSet(self, options):
ps = page_set.PageSet(
archive_data_file='../page_sets/data/robohornet_pro.json',

Powered by Google App Engine
This is Rietveld 408576698