|
Create a run_multipage_benchmarks entry point for all benchmarks.
Usage is:
./run_multipage_benchmarks [options] <benchmark> <page_set>
Where <benchmark> is the name of the file containing the benchmarks to run.
This patch doesn't handle benchmark discovery which will find all *_benchmark.py
files and run all classes that subclass PageTest.
BUG=None
TEST=None
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=162450
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+77 lines, -107 lines) |
Patch |
 |
M |
tools/chrome_remote_control/chrome_remote_control/multi_page_benchmark.py
|
View
|
|
2 chunks |
+0 lines, -46 lines |
0 comments
|
Download
|
 |
M |
tools/perf/perf_tools/first_paint_time_benchmark.py
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
A |
tools/perf/perf_tools/multipage_benchmark_runner.py
|
View
|
1
|
1 chunk |
+75 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/perf/perf_tools/scrolling_benchmark.py
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tools/perf/perf_tools/skpicture_printer.py
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/perf/perf_tools/texture_upload_benchmark.py
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
D |
tools/perf/run_first_paint_time_benchmark
|
View
|
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
A + |
tools/perf/run_multipage_benchmarks
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
D |
tools/perf/run_scrolling_benchmark
|
View
|
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
D |
tools/perf/run_skpicture_printer
|
View
|
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
D |
tools/perf/run_texture_benchmark
|
View
|
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|