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

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

Issue 2306073002: Revert of Add some more categories for V8.TodoMVC to see what keeps us non-idle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 3 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 | « no previous file | tools/perf/page_sets/todomvc.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/v8.py
diff --git a/tools/perf/benchmarks/v8.py b/tools/perf/benchmarks/v8.py
index 2aaeb795d267de9f4a5e4a9381689018dc817756..623ef9db5b24fd432267f8ee62cce37d6d614d3e 100644
--- a/tools/perf/benchmarks/v8.py
+++ b/tools/perf/benchmarks/v8.py
@@ -23,7 +23,6 @@
def CreateV8TimelineBasedMeasurementOptions():
category_filter = chrome_trace_category_filter.ChromeTraceCategoryFilter()
category_filter.AddIncludedCategory('v8')
- category_filter.AddIncludedCategory('blink')
category_filter.AddIncludedCategory('blink.console')
category_filter.AddDisabledByDefault('disabled-by-default-v8.compile')
options = timeline_based_measurement.Options(category_filter)
« no previous file with comments | « no previous file | tools/perf/page_sets/todomvc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698