Hello,
Is there any way to throttle network or/and cpu like lighthouse does? I cannot find it in documentation, but it could be easiest way to simulate mobile device conditions (from the user of K6.io perspective, i have no idea how hard to implement it would be).
from lighthouse results json:
“throttling”: {
“rttMs”: 150,
“throughputKbps”: 1638.4,
“requestLatencyMs”: 562.5,
“downloadThroughputKbps”: 1474.5600000000002,
“uploadThroughputKbps”: 675,
“cpuSlowdownMultiplier”: 4
},