You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c2b1543 docs(README.md): update cloudflare url and improve usage instructions - change speedtest.cloudflare.com to speed.cloudflare.com - add speed-mode flag to self-hosted server example - reorganize test result definitions for better clarity
96e6a4a feat(main.go): use output filename for Gist upload - update README and flag description to reflect dynamic Gist filename
16acdb0 feat(output): deduplicate results by server and port - update SortResults to return the filtered result slice - implement deduplication logic using server and port combinations as unique keys - update main loop and unit tests to handle signature changes - change failed proxy speed display from 0.00B/s to N/A in TSV output
d4e8aec feat(tui): add help section and optimize rendering performance - add a performance tracker for monitoring TUI operations - update detail panel with dynamic height calculation and esc to close - implement batching for result updates to reduce redraw overhead - include comprehensive tests for new help and performance features
6cabdc7 fix(tui): enable switching detail view by clicking different table rows - add unit test for detail panel switching via mouse interaction