diff options
author | eakuefner <eakuefner@chromium.org> | 2015-08-21 15:38:14 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-21 22:38:57 +0000 |
commit | 187d131ebb3ab4ae8bd064cf4bc4b3873a9caf17 (patch) | |
tree | b7a89b23a997e90dc8453fa0d8b67153f73a5051 /tools/perf | |
parent | 8729281ad988a33a2b4e02c9a97650e5867cd804 (diff) | |
download | chromium_src-187d131ebb3ab4ae8bd064cf4bc4b3873a9caf17.zip chromium_src-187d131ebb3ab4ae8bd064cf4bc4b3873a9caf17.tar.gz chromium_src-187d131ebb3ab4ae8bd064cf4bc4b3873a9caf17.tar.bz2 |
Update top_25_smooth json to point to HTTPS Wikipedia recording
This CL updates the top_25_smooth WPR json file to point to the
already-rerecorded Wikipedia page. No sha1 file is being uploaded as part of
this CL because the json had to be modified by hand to work around a
fundamental architectural limitation in record_wpr.
PERF SHERIFFS: You may see regressions in benchmarks using the top_25_smooth
page set as an effect of this change, which will hopefully be reflected in
the reference build.
BUG=523272
Review URL: https://codereview.chromium.org/1306933003
Cr-Commit-Position: refs/heads/master@{#344888}
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/page_sets/data/top_25_smooth.json | 57 |
1 files changed, 30 insertions, 27 deletions
diff --git a/tools/perf/page_sets/data/top_25_smooth.json b/tools/perf/page_sets/data/top_25_smooth.json index a2f67b1..faf94ca 100644 --- a/tools/perf/page_sets/data/top_25_smooth.json +++ b/tools/perf/page_sets/data/top_25_smooth.json @@ -1,39 +1,42 @@ { - "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.", + "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.", "archives": { "top_25_003.wpr": [ "Facebook" - ], + ], "top_25_001.wpr": [ "https://plus.google.com/110031535020051778989/posts" - ], + ], "top_25_002.wpr": [ "https://www.google.com/search?q=cats&tbm=isch" - ], + ], + "top_25_004.wpr": [ + "Wikipedia (1 tab)" + ], "top_25_000.wpr": [ - "https://www.google.com/#hl=en&q=barack+obama", - "https://mail.google.com/mail/", - "https://www.google.com/calendar/", - "https://drive.google.com", - "https://docs.google.com/document/d/1X-IKNjtEnx-WW5JIKRLsyhz5sbsat3mfTpAPUSX3_s4/view", - "http://www.youtube.com", - "http://googlewebmastercentral.blogspot.com/", - "http://en.blog.wordpress.com/2012/09/04/freshly-pressed-editors-picks-for-august-2012/", - "http://www.facebook.com/barackobama", - "http://www.linkedin.com/in/linustorvalds", - "http://en.wikipedia.org/wiki/Wikipedia", - "https://twitter.com/katyperry", - "http://pinterest.com", - "http://espn.go.com", - "http://news.yahoo.com", - "http://www.cnn.com", - "http://www.weather.com/weather/right-now/Mountain+View+CA+94043", - "http://www.amazon.com", - "http://www.ebay.com", - "http://games.yahoo.com", - "http://booking.com", - "http://answers.yahoo.com", - "http://sports.yahoo.com/", + "https://www.google.com/#hl=en&q=barack+obama", + "https://mail.google.com/mail/", + "https://www.google.com/calendar/", + "https://drive.google.com", + "https://docs.google.com/document/d/1X-IKNjtEnx-WW5JIKRLsyhz5sbsat3mfTpAPUSX3_s4/view", + "http://www.youtube.com", + "http://googlewebmastercentral.blogspot.com/", + "http://en.blog.wordpress.com/2012/09/04/freshly-pressed-editors-picks-for-august-2012/", + "http://www.facebook.com/barackobama", + "http://www.linkedin.com/in/linustorvalds", + "http://en.wikipedia.org/wiki/Wikipedia", + "https://twitter.com/katyperry", + "http://pinterest.com", + "http://espn.go.com", + "http://news.yahoo.com", + "http://www.cnn.com", + "http://www.weather.com/weather/right-now/Mountain+View+CA+94043", + "http://www.amazon.com", + "http://www.ebay.com", + "http://games.yahoo.com", + "http://booking.com", + "http://answers.yahoo.com", + "http://sports.yahoo.com/", "http://techcrunch.com" ] } |