|
|
Add web page replay to chrome_remote_control.
This adds an "archive_path" argument to the PageSet which specifies the
archive to record to or replay from. Specifying it there will allow for
sharding when page sets are broken into smaller subsets.
By default the benchmark still uses the live sites. If --record is passed, the
benchmark is run and web content is recorded to the archive. If an archive
exists, web content only comes from the archive.
BUG=None
TEST=Manual testing on linux
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=159714
Total comments: 10
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+175 lines, -243 lines) |
Patch |
 |
M |
tools/chrome_remote_control/chrome_remote_control/android_browser_backend.py
|
View
|
1
2
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/android_browser_finder.py
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/browser.py
|
View
|
1
2
3
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/browser_options.py
|
View
|
1
2
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/cros_browser_backend.py
|
View
|
1
2
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/cros_browser_finder.py
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/desktop_browser_backend.py
|
View
|
1
2
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/desktop_browser_finder.py
|
View
|
1
2
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/multi_page_benchmark_unittest.py
|
View
|
1
2
|
3 chunks |
+45 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/page_runner.py
|
View
|
1
2
3
|
2 chunks |
+19 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/page_set.py
|
View
|
1
2
3
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/page_set_unittest.py
|
View
|
1
2
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/possible_browser.py
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
tools/chrome_remote_control/chrome_remote_control/replay_server.py
|
View
|
1
2
3
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
tools/gpu/page_sets/2012Q3.json
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tools/gpu/page_sets/Q32012.json
|
View
|
1
|
1 chunk |
+0 lines, -223 lines |
0 comments
|
Download
|
 |
M |
tools/gpu/page_sets/top_25.json
|
View
|
1
2
3
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|