Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alexjustesen/speedtest-tracker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: omar16100/speedtest-tracker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 14 files changed
  • 1 contributor

Commits on Jan 18, 2026

  1. feat: add rust concurrent speedtest runner service

    Add a Rust sidecar service that runs multiple speedtests concurrently,
    replacing the sequential PHP job batch for improved throughput.
    
    Rust service (rust-speedtest/):
    - axum + tokio web framework with graceful shutdown
    - Semaphore-based rate limiting (default 3 concurrent tests)
    - Auto-detects Ookla CLI vs speedtest-cli (Python)
    - Endpoints: POST /speedtest, GET /speedtest/:id, GET /health, GET /stats
    - Callback URL support for Laravel integration
    - 9 unit tests covering models and routes
    
    Laravel integration:
    - TriggerRustSpeedtest action with fallback to PHP jobs
    - SpeedtestCallbackController for receiving results
    - New config: RUST_SPEEDTEST_URL
    
    Docker:
    - Multi-stage Dockerfile with Ookla CLI
    - Added rust-speedtest service to compose.yaml
    Your Name committed Jan 18, 2026
    Configuration menu
    Copy the full SHA
    72be898 View commit details
    Browse the repository at this point in the history
Loading