Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
extension/ | 03-May-2024 | - | 521 | 433 | ||
tests/ | 03-May-2024 | - | 128 | 73 | ||
README | D | 03-May-2024 | 777 | 16 | 13 | |
start.html | D | 03-May-2024 | 604 | 27 | 21 | |
start.js | D | 03-May-2024 | 3.8 KiB | 124 | 80 |
README
1Page Cycler Tests with Web Page Replay 2--------------------------------------------------------------------------- 3Web Page Replay is a proxy that can record and "play" web pages with 4simulated network characteristics -- without having to edit the pages 5by hand. With WPR, tests can use "real" web content, and catch 6performance issues that may result from introducing network delays and 7bandwidth throttling. 8 9The Chromium extension here is used to load URLs, record the times, 10and set the appropriate cookies for src/tools/page_cycler/common/report.html. 11 12For more information: 13https://sites.google.com/a/chromium.org/dev/developers/testing/page-cyclers-wpr 14https://sites.google.com/a/chromium.org/dev/developers/testing/page-cyclers 15http://code.google.com/p/web-page-replay 16