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

Unified Diff: tools/perf/page_sets/garbage_collection_cases.py

Issue 908223003: Revert of [telemetry] Add a V8GCTimes measurement and benchmarks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/page_sets/garbage_collection_cases.py
diff --git a/tools/perf/page_sets/garbage_collection_cases.py b/tools/perf/page_sets/garbage_collection_cases.py
index 241c3fd06b2039c0364721592b951274c9c57f9e..a185b7aebe539677081fc844feaf037f03d466a6 100644
--- a/tools/perf/page_sets/garbage_collection_cases.py
+++ b/tools/perf/page_sets/garbage_collection_cases.py
@@ -24,7 +24,8 @@
"document.readyState == 'complete'")
def RunPageInteractions(self, action_runner):
- interaction = action_runner.BeginInteraction('RunSmoothAllActions')
+ interaction = action_runner.BeginInteraction(
+ 'RunSmoothAllActions', is_fast=True)
action_runner.Wait(15)
interaction.End()
« no previous file with comments | « tools/perf/measurements/v8_gc_times_unittest.py ('k') | tools/telemetry/telemetry/page/actions/action_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698