cfspeedtest icon indicating copy to clipboard operation
cfspeedtest copied to clipboard

Add support for only running Download or Upload Test

Open gaby opened this issue 1 year ago • 1 comments

When the host has a very slow connection, the user may not care at all about their upload or download speed.

If I want to do a quick test, I may only care about Download speed, similar to what fast.com does.

Example usage: --download, --upload, default to doing both

Related to #131

gaby avatar Aug 28 '24 01:08 gaby

Good idea!

code-inflation avatar Aug 29 '24 08:08 code-inflation

Implemented in v1.3.0

      --download-only
          Test download speed only
      --upload-only
          Test upload speed only

code-inflation avatar Dec 02 '24 07:12 code-inflation

@code-inflation Thanks 💪

gaby avatar Dec 02 '24 15:12 gaby