Commit 33c7ee83 authored by cjamcl@google.com's avatar cjamcl@google.com Committed by Commit Bot

[Devtools] Change Lighthouse throttling text to "Slow 4G".

For terminology alignment with CruX.

Bug: https://github.com/googlechrome/lighthouse/pull/6163

Change-Id: I90ebd73384947114f9b237f4afee3fdd4683db15
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575823Reviewed-by: default avatarErik Luo <luoe@chromium.org>
Reviewed-by: default avatarPaul Irish <paulirish@chromium.org>
Commit-Queue: Paul Irish <paulirish@chromium.org>
Commit-Queue: Connor Clark <cjamcl@google.com>
Cr-Commit-Position: refs/heads/master@{#652602}
parent 0c3d1b35
...@@ -260,12 +260,12 @@ Audits2.RuntimeSettings = [ ...@@ -260,12 +260,12 @@ Audits2.RuntimeSettings = [
}, },
options: [ options: [
{ {
label: ls`Simulated Fast 3G, 4x CPU Slowdown`, label: ls`Simulated Slow 4G, 4x CPU Slowdown`,
value: 'default', value: 'default',
title: 'Throttling is simulated, resulting in faster audit runs with similar measurement accuracy' title: 'Throttling is simulated, resulting in faster audit runs with similar measurement accuracy'
}, },
{ {
label: ls`Applied Fast 3G, 4x CPU Slowdown`, label: ls`Applied Slow 4G, 4x CPU Slowdown`,
value: 'devtools', value: 'devtools',
title: 'Typical DevTools throttling, with actual traffic shaping and CPU slowdown applied' title: 'Typical DevTools throttling, with actual traffic shaping and CPU slowdown applied'
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment