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

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

Issue 898673005: [telemetry] Add a V8GCTimes measurement and benchmarks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments. 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 a185b7aebe539677081fc844feaf037f03d466a6..241c3fd06b2039c0364721592b951274c9c57f9e 100644
--- a/tools/perf/page_sets/garbage_collection_cases.py
+++ b/tools/perf/page_sets/garbage_collection_cases.py
@@ -24,8 +24,7 @@ class SpinningBallsPage(page_module.Page):
"document.readyState == 'complete'")
def RunPageInteractions(self, action_runner):
- interaction = action_runner.BeginInteraction(
- 'RunSmoothAllActions', is_fast=True)
+ interaction = action_runner.BeginInteraction('RunSmoothAllActions')
action_runner.Wait(15)
interaction.End()

Powered by Google App Engine
This is Rietveld 408576698