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

Unified Diff: tools/perf/page_sets/image_decoding_measurement.json

Issue 22883011: Removing Page.WaitToLoad and update all pagesets to use explicit wait actions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Putting default navigate_steps inside page_set rather than page Created 7 years, 4 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/page_sets/calendar_forward_backward.json ('k') | tools/perf/page_sets/key_desktop_sites.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/image_decoding_measurement.json
diff --git a/tools/perf/page_sets/image_decoding_measurement.json b/tools/perf/page_sets/image_decoding_measurement.json
index fcf1ce26195fbc162ff658df9f51b9f4ace71da8..cfe6ff729914e5883add0c4ad6ace9578986e025 100644
--- a/tools/perf/page_sets/image_decoding_measurement.json
+++ b/tools/perf/page_sets/image_decoding_measurement.json
@@ -1,7 +1,10 @@
{
"description": "A directed benchmark of image decoding performance",
- "post_navigate_javascript_to_execute": "runBenchmark();",
- "wait_for_javascript_expression": "isDone",
+ "navigate_steps": [
+ { "action": "navigate" },
+ { "action": "javascript", "expression": "runBenchmark();" },
+ { "action": "wait", "javascript": "isDone" }
+ ],
"image_decoding_measurement_limit_results_to_min_iterations": true,
"pages": [
{ "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?gif" },
« no previous file with comments | « tools/perf/page_sets/calendar_forward_backward.json ('k') | tools/perf/page_sets/key_desktop_sites.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698