cfspeedtest 0.1.8

Unofficial CLI for speed.cloudflare.com
cfspeedtest-0.1.8 is not a library.
Visit the last successful build: cfspeedtest-2.0.2

cfspeedtest - Unofficial CLI for speed.cloudflare.com

Build

TODO

  • Dynamic payload sizing depending on network speed
  • Consider server processing time in measurements
  • CLI arguments (nr of tests, payload sizes, verbosity)
  • Clean up output
  • Boxplot for measurements
  • Asciinema recording in readme
  • Publish crate
  • Install and usage instructions
  • Add Serde to provide CSV/ TSV ... output

Development

Logging

Set the log level using the RUST_LOG env var:

RUST_LOG=debug cargo run

Release

Release builds are published automatically using github actions. They are triggered when a git tag in the format v[0-9]+.* is pushed.

git tag v1.0.0
git push origin v1.0.0