From c0920189116b4b0e4964fafc98dc30efb8fb24ad Mon Sep 17 00:00:00 2001 From: Chris Lorenzo Date: Tue, 9 Jun 2026 07:33:29 -0400 Subject: [PATCH] chore(examples): lower stress-tv max card count to 2000 3000 cards took an extremely long time to load on the target TV (and crashed with novao=true). Drop the 3000 rung so the ladder tops out at 2000. Default scene (200 cards) is unchanged; certified snapshot unaffected. Co-Authored-By: Claude Opus 4.8 (1M context) --- examples/STRESS-TV.md | 2 +- examples/tests/stress-tv.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/STRESS-TV.md b/examples/STRESS-TV.md index 333d9b1..40d8138 100644 --- a/examples/STRESS-TV.md +++ b/examples/STRESS-TV.md @@ -26,7 +26,7 @@ call counts — without it you only get the bottom-left count/tier HUD. | Left / Right | cycle scene tier (rect → +image → +text → full card) | | Enter (OK) | toggle an alpha pulse on every card (per-frame churn) | -Ladder: 50, 100, 200, 400, 800, 1200, 1600, 2000, 3000 +Ladder: 50, 100, 200, 400, 800, 1200, 1600, 2000 (scaled by `?multiplier=N`). ## Method diff --git a/examples/tests/stress-tv.ts b/examples/tests/stress-tv.ts index 45ae687..c06318c 100644 --- a/examples/tests/stress-tv.ts +++ b/examples/tests/stress-tv.ts @@ -49,7 +49,7 @@ const IMAGES = [lightning, rocko, testscreen, robot, environment, elevator]; // Card-count ladder. Up/Down move one rung so the whole range is reachable in // a handful of remote presses from the couch. -const COUNT_LADDER = [50, 100, 200, 400, 800, 1200, 1600, 2000, 3000]; +const COUNT_LADDER = [50, 100, 200, 400, 800, 1200, 1600, 2000]; const TIER_NAMES = [ '1: rounded rect only',