We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b0000 commit 37c7e0dCopy full SHA for 37c7e0d
1 file changed
.github/workflows/ci.yml
@@ -273,8 +273,12 @@ jobs:
273
- name: WebRTC software stream benchmark
274
run: npm run test:integration:webrtc
275
env:
276
- SIMDECK_E2E_MIN_DECODED_FPS: "55"
277
- SIMDECK_E2E_MIN_PRESENTED_FPS: "55"
+ # The service still targets 60 fps at full device resolution. Hosted
+ # macOS software encode currently sustains roughly 26-30 decoded fps,
278
+ # so CI gates the stable hosted-runner floor while local runs can keep
279
+ # using the stricter 55+ fps thresholds.
280
+ SIMDECK_E2E_MIN_DECODED_FPS: "24"
281
+ SIMDECK_E2E_MIN_PRESENTED_FPS: "24"
282
SIMDECK_E2E_MIN_RECEIVED_FPS: "55"
283
SIMDECK_E2E_WEBRTC_MS: "20000"
284
SIMDECK_INTEGRATION_DEVICE_TYPE: iPhone SE (3rd generation)
0 commit comments