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

Unified Diff: tools/perf/benchmarks/v8.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/v8.py
diff --git a/tools/perf/benchmarks/v8.py b/tools/perf/benchmarks/v8.py
index 7e2c79671e1c1f7289f688d23307f74597b36894..cfecc2598b22142dfb983df28ab9c27aa5a37c3b 100644
--- a/tools/perf/benchmarks/v8.py
+++ b/tools/perf/benchmarks/v8.py
@@ -15,4 +15,8 @@ class V8GarbageCollectionCases(benchmark.Benchmark):
# available in the 'benchmark' category.
return timeline_based_measurement.Options(overhead_level='v8-overhead')
+ @classmethod
+ def Name(cls):
+ return 'v8.garbage_collection_cases'
+
page_set = page_sets.GarbageCollectionCasesPageSet

Powered by Google App Engine
This is Rietveld 408576698