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

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

Issue 23450024: Move to localhost-based URL for Pica benchmark (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/pica.json
diff --git a/tools/perf/page_sets/pica.json b/tools/perf/page_sets/pica.json
index 11527f617e260a542f896a397cbe245f7dc21038..d9cc6998d381c4432d4166f2e45ee36aa9665ac1 100644
--- a/tools/perf/page_sets/pica.json
+++ b/tools/perf/page_sets/pica.json
@@ -2,7 +2,7 @@
"description": "Pica demo app for the Polymer UI toolkit",
"archive_data_file": "../data/pica.json",
"pages": [
- { "url": "http://www.polymer-project.org/polymer-all/projects/pica/index.html",
+ { "url": "http://localhost/polymer/projects/pica/",
"script_to_evaluate_on_commit":
"document.addEventListener('WebComponentsReady', function(){var unused = document.body.offsetHeight; window.__pica_load_time = performance.now(); setTimeout(function(){window.__web_components_ready=true}, 1000)})",
"navigate_steps" : [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698