Skip to content

Add full-feature device benchmarks and manual workflow#393

Draft
Copilot wants to merge 7 commits into
masterfrom
copilot/add-benchmarks-and-workflow
Draft

Add full-feature device benchmarks and manual workflow#393
Copilot wants to merge 7 commits into
masterfrom
copilot/add-benchmarks-and-workflow

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 11, 2026

Adds benchmark coverage for the app’s core IPTV flows: M3U/EPG/Xtream subscription, library browsing, playback entry, settings destinations, and TV remote-control subscription. Benchmark inputs can be driven from committed /testdata fixtures via GitHub raw URLs.

  • Benchmark fixtures

    • Added /testdata M3U, EPG, and Xtream sample data.
    • Documented raw URL usage for manual/device benchmark runs.
  • Device benchmark suite

    • Added a full-feature Mobly benchmark script with per-feature timing output.
    • Kept the existing remote-control TV subscription benchmark available as an alternate script.
    • Updated the Gradle benchmark task to run the full-feature suite by default.
  • Debug benchmark wiring

    • Added debug-only settings keys to prefill M3U, EPG, and Xtream subscription forms.
    • Allows benchmark automation to exercise production UI paths without brittle text entry.
  • Manual GitHub workflow

    • Added .github/workflows/device-benchmarks.yml.
    • Workflow is workflow_dispatch only.
    • Validates raw fixtures and benchmark scripts, compiles benchmark support modules, and can optionally run device benchmarks.
on:
  workflow_dispatch:
    inputs:
      run_device_benchmark:
        type: boolean
        default: false

Copilot AI and others added 7 commits May 11, 2026 02:26
Agent-Logs-Url: https://github.com/oxyroid/M3UAndroid/sessions/5c218554-6433-496c-8195-f71c8697a845

Co-authored-by: oxyroid <70512220+oxyroid@users.noreply.github.com>
Agent-Logs-Url: https://github.com/oxyroid/M3UAndroid/sessions/5c218554-6433-496c-8195-f71c8697a845

Co-authored-by: oxyroid <70512220+oxyroid@users.noreply.github.com>
Agent-Logs-Url: https://github.com/oxyroid/M3UAndroid/sessions/5c218554-6433-496c-8195-f71c8697a845

Co-authored-by: oxyroid <70512220+oxyroid@users.noreply.github.com>
Agent-Logs-Url: https://github.com/oxyroid/M3UAndroid/sessions/5c218554-6433-496c-8195-f71c8697a845

Co-authored-by: oxyroid <70512220+oxyroid@users.noreply.github.com>
Agent-Logs-Url: https://github.com/oxyroid/M3UAndroid/sessions/5c218554-6433-496c-8195-f71c8697a845

Co-authored-by: oxyroid <70512220+oxyroid@users.noreply.github.com>
Agent-Logs-Url: https://github.com/oxyroid/M3UAndroid/sessions/5c218554-6433-496c-8195-f71c8697a845

Co-authored-by: oxyroid <70512220+oxyroid@users.noreply.github.com>
Agent-Logs-Url: https://github.com/oxyroid/M3UAndroid/sessions/5c218554-6433-496c-8195-f71c8697a845

Co-authored-by: oxyroid <70512220+oxyroid@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants