Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/throttling/mobile-throttling-expected.txt

Issue 2938503002: DevTools: unify Network & CPU throttling (Closed)
Patch Set: update test Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Tests that mobile, network, and CPU throttling interact with each other logicall y.
2
3 Initial throttling state
4 === THROTTLING STATE ===
5 Network throttling - download: -1 upload: -1 latency: 0
6 CPU throttling rate: 1
7 Device mode throttling: Online
8 Network panel offline checkbox: false
9 Network panel throttling: Online
10 Network conditions drawer throttling: Online
11 Performance panel network throttling: Online
12 Performance panel CPU throttling: No throttling
13 ========================
14
15 Change to offline in device mode
16 === THROTTLING STATE ===
17 Network throttling - download: 0 upload: 0 latency: 0
18 CPU throttling rate: 1
19 Device mode throttling: Offline
20 Network panel offline checkbox: true
21 Network panel throttling: Offline
22 Network conditions drawer throttling: Offline
23 Performance panel network throttling: Offline
24 Performance panel CPU throttling: No throttling
25 ========================
26
27 Toggle network offline checkbox
28 === THROTTLING STATE ===
29 Network throttling - download: -1 upload: -1 latency: 0
30 CPU throttling rate: 1
31 Device mode throttling: Online
32 Network panel offline checkbox: false
33 Network panel throttling: Online
34 Network conditions drawer throttling: Online
35 Performance panel network throttling: Online
36 Performance panel CPU throttling: No throttling
37 ========================
38
39 Change to low-end mobile in device mode
40 === THROTTLING STATE ===
41 Network throttling - download: 51200 upload: 51200 latency: 2000
42 CPU throttling rate: 6
43 Device mode throttling: Low-end mobile
44 Network panel offline checkbox: false
45 Network panel throttling: Slow 3G
46 Network conditions drawer throttling: Slow 3G
47 Performance panel network throttling: Slow 3G
48 Performance panel CPU throttling: 6× slowdown
49 ========================
50
51 Change network to Fast 3G
52 === THROTTLING STATE ===
53 Network throttling - download: 188743.68000000002 upload: 86400 latency: 562.5
54 CPU throttling rate: 6
55 Device mode throttling: Custom
56 Network panel offline checkbox: false
57 Network panel throttling: Fast 3G
58 Network conditions drawer throttling: Fast 3G
59 Performance panel network throttling: Fast 3G
60 Performance panel CPU throttling: 6× slowdown
61 ========================
62
63 Toggle network offline checkbox (enable offline)
64 === THROTTLING STATE ===
65 Network throttling - download: 0 upload: 0 latency: 0
66 CPU throttling rate: 6
67 Device mode throttling: Custom
68 Network panel offline checkbox: true
69 Network panel throttling: Offline
70 Network conditions drawer throttling: Offline
71 Performance panel network throttling: Offline
72 Performance panel CPU throttling: 6× slowdown
73 ========================
74
75 Toggle network offline checkbox (disable offline)
76 === THROTTLING STATE ===
77 Network throttling - download: 188743.68000000002 upload: 86400 latency: 562.5
78 CPU throttling rate: 6
79 Device mode throttling: Custom
80 Network panel offline checkbox: false
81 Network panel throttling: Fast 3G
82 Network conditions drawer throttling: Fast 3G
83 Performance panel network throttling: Fast 3G
84 Performance panel CPU throttling: 6× slowdown
85 ========================
86
87 Change to mid-tier mobile in device mode
88 === THROTTLING STATE ===
89 Network throttling - download: 188743.68000000002 upload: 86400 latency: 562.5
90 CPU throttling rate: 4
91 Device mode throttling: Mid-tier mobile
92 Network panel offline checkbox: false
93 Network panel throttling: Fast 3G
94 Network conditions drawer throttling: Fast 3G
95 Performance panel network throttling: Fast 3G
96 Performance panel CPU throttling: 4× slowdown
97 ========================
98
99 Change CPU throttling to low-end mobile
100 === THROTTLING STATE ===
101 Network throttling - download: 188743.68000000002 upload: 86400 latency: 562.5
102 CPU throttling rate: 6
103 Device mode throttling: Custom
104 Network panel offline checkbox: false
105 Network panel throttling: Fast 3G
106 Network conditions drawer throttling: Fast 3G
107 Performance panel network throttling: Fast 3G
108 Performance panel CPU throttling: 6× slowdown
109 ========================
110
111 Change CPU throttling to mid-tier mobile
112 === THROTTLING STATE ===
113 Network throttling - download: 188743.68000000002 upload: 86400 latency: 562.5
114 CPU throttling rate: 4
115 Device mode throttling: Mid-tier mobile
116 Network panel offline checkbox: false
117 Network panel throttling: Fast 3G
118 Network conditions drawer throttling: Fast 3G
119 Performance panel network throttling: Fast 3G
120 Performance panel CPU throttling: 4× slowdown
121 ========================
122
123 Change to no throttling in device mode
124 === THROTTLING STATE ===
125 Network throttling - download: -1 upload: -1 latency: 0
126 CPU throttling rate: 1
127 Device mode throttling: Online
128 Network panel offline checkbox: false
129 Network panel throttling: Online
130 Network conditions drawer throttling: Online
131 Performance panel network throttling: Online
132 Performance panel CPU throttling: No throttling
133 ========================
134
135
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698