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

Unified Diff: tools/perf/perf_tools/first_paint_time_benchmark.py

Issue 11199003: Create a run_multipage_benchmarks entry point for all benchmarks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address dtu's comments Created 8 years, 2 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/perf_tools/first_paint_time_benchmark.py
diff --git a/tools/perf/perf_tools/first_paint_time_benchmark.py b/tools/perf/perf_tools/first_paint_time_benchmark.py
index ba8fbc1447d15169793e930eb4fce28be1a5955a..ceab1881972f6b9791e1224b397d1e7c40b59c27 100644
--- a/tools/perf/perf_tools/first_paint_time_benchmark.py
+++ b/tools/perf/perf_tools/first_paint_time_benchmark.py
@@ -26,6 +26,3 @@ class FirstPaintTimeBenchmark(multi_page_benchmark.MultiPageBenchmark):
'window.chrome.loadTimes().requestTime')
results.Add('first_paint', 'seconds', round(first_paint_secs, 1))
-
-def Main():
- return multi_page_benchmark.Main(FirstPaintTimeBenchmark())

Powered by Google App Engine
This is Rietveld 408576698