Skip to content

Releases: ziyan/10000speedtest

Release list

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 13:14
50c0061

[0.5.0]

Added

  • --interface can now be repeated to test several interfaces at once. Each interface runs --connections connections and the results are aggregated, with a per-interface breakdown in the text summary and JSON output.

Removed

  • scripts/dual-interface.sh — the aggregation is now built into the tool via repeated --interface.

v0.3.0

Choose a tag to compare

@ziyan ziyan released this 20 Jul 10:51

[0.3.0]

Added

  • --json flag: print only the final results as a single JSON object (server, connections, duration, and per-stage mbps/bytes/seconds), with no header or live progress.

Changed

  • The bar chart now sizes itself to the terminal width instead of a fixed 50 columns, and the header is truncated so it cannot wrap and desync the redraw on narrow terminals.
  • When stdout is not a terminal (piped or redirected), the tool no longer rewrites a progress line; it prints just the header and the final per-stage summary.