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

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

Issue 2308593002: Revert of Temporarily decrease min-idle time for todomvc pagesets (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 | « tools/perf/benchmarks/v8.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/todomvc.py
diff --git a/tools/perf/page_sets/todomvc.py b/tools/perf/page_sets/todomvc.py
index 2ab4e795f0385ca4f4f5edeeeca519b96226089f..115b1a9cb4ad800e840b35865994e1573af1fddf 100644
--- a/tools/perf/page_sets/todomvc.py
+++ b/tools/perf/page_sets/todomvc.py
@@ -41,7 +41,7 @@
this.idleCallback = function(deadline) {
let idletime = deadline.timeRemaining();
console.time("time remaining: " + idletime);
- if (idletime > 10)
+ if (idletime > 20)
this.becameIdle = true;
else
requestIdleCallback(this.idleCallback);
« no previous file with comments | « tools/perf/benchmarks/v8.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698