speedtest.git
2 months agoBackground measurements and report progress to user with spinner! master
Jacob Casper [Fri, 28 Jun 2024 01:08:10 +0000 (20:08 -0500)]
Background measurements and report progress to user with spinner!

2 months agoCreate type alias for Bytes and convenience methods
Jacob Casper [Fri, 28 Jun 2024 01:07:20 +0000 (20:07 -0500)]
Create type alias for Bytes and convenience methods

2 months agoFix err/panic when doing multi-uploads by creating a new Reader
Jacob Casper [Thu, 20 Jun 2024 19:57:52 +0000 (14:57 -0500)]
Fix err/panic when doing multi-uploads by creating a new Reader

I should be able to Seek this Reader but I can't once it's wrapped in
io.ReadCloser so I'm just gonna reinstantiate it since it's empty
memory

2 months agoReuse requests and do floating point math
Jacob Casper [Thu, 20 Jun 2024 19:26:02 +0000 (14:26 -0500)]
Reuse requests and do floating point math

2 months agoHit cloudflare's endpoint to up and download bytes and report rate
Jacob Casper [Thu, 20 Jun 2024 00:56:40 +0000 (19:56 -0500)]
Hit cloudflare's endpoint to up and download bytes and report rate

2 months agoInitial Commit
Jacob Casper [Thu, 20 Jun 2024 00:48:18 +0000 (19:48 -0500)]
Initial Commit