summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jacob Casper [Mon, 12 May 2025 02:33:25 +0000 (21:33 -0500)]
Correct defaults for up/down tests
Down should be bigger as it's generally faster.
Jacob Casper [Mon, 5 May 2025 17:57:08 +0000 (12:57 -0500)]
Allow configuring up and down request sizes from flags
Jacob Casper [Fri, 28 Jun 2024 01:08:10 +0000 (20:08 -0500)]
Background measurements and report progress to user with spinner!
Jacob Casper [Fri, 28 Jun 2024 01:07:20 +0000 (20:07 -0500)]
Create type alias for Bytes and convenience methods
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
Jacob Casper [Thu, 20 Jun 2024 19:26:02 +0000 (14:26 -0500)]
Reuse requests and do floating point math
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
Jacob Casper [Thu, 20 Jun 2024 00:48:18 +0000 (19:48 -0500)]
Initial Commit