Structs§
Functions§
- format_
comparison - Format historical comparison as a string for display. Returns None if insufficient history data.
- get_
averages - Compute average download and upload speeds from history (last 20 entries). Returns (avg_dl_mbps, avg_ul_mbps) or None if insufficient data.
- load_
history - Load all test history from the history file.
- print_
history - Print formatted test history to stdout.
- save_
result - Save a test result to the history file.