diff --git a/index.html b/index.html index bbc168b..a1883d7 100644 --- a/index.html +++ b/index.html @@ -157,7 +157,10 @@ - + + + + \ No newline at end of file diff --git a/lib/runner.js b/lib/runner.js index 03477b6..1d58dea 100644 --- a/lib/runner.js +++ b/lib/runner.js @@ -100,6 +100,15 @@ async function _executeTest(url, options) { screenEmulation: isMobile ? undefined // Uses default mobile emulation : { mobile: false, width: 1350, height: 940, deviceScaleFactor: 1, disabled: false }, + throttling: { + rttMs: 0, + throughputKbps: 0, + cpuSlowdownMultiplier: 1, + requestLatencyMs: 0, + downloadThroughputKbps: 0, + uploadThroughputKbps: 0 + }, + throttlingMethod: 'provided' }, };