• Home
Name Date Size #Lines LOC

..--

extension/03-May-2024-521433

tests/03-May-2024-12873

READMED03-May-2024777 1613

start.htmlD03-May-2024604 2721

start.jsD03-May-20243.8 KiB12480

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