helius-laserstream-bandwidth 0.0.3

Rust bandwidth test for Helius LaserStream gRPC
helius-laserstream-bandwidth-0.0.3 is not a library.

Bandwidth Tester

A common issue when working with gRPC subscriptions is not having enough bandwidth to handle the data stream. This tool helps you test the maximum bandwidth your connection can support against any gRPC server.

Usage

  1. Navigate to the directory:

    cd scripts/bandwidth
    
  2. Run the bandwidth tester:

    cargo run --release -- --laserstream-url <LS_URL> --api-key <API_KEY>
    
    • Replace <LS_URL> with your Laserstream gRPC endpoint URL.
    • Replace <API_KEY> with your API key.

Example

cargo run --release -- --laserstream_url https://your-grpc-endpoint.com --api_key your_api_key_here

Notes

  • This tool is intended for benchmarking and diagnostics.
  • Make sure your API key and endpoint are valid and have sufficient permissions.