speedtest
speedtest copied to clipboard
Component to perform network speed tests against Cloudflare's edge network
How Can I run it on Android? (I don't have a computer :( )
It would be nice if there was a way to choose the server location for the speed test manually. Since the Speed test is setting the location by itself it...
Sample code: ```typescript import { default as CFSpeedTest, ConfigOptions } from "npm:@cloudflare/[email protected]" async function main() { const opts: ConfigOptions = { } const test = new CFSpeedTest(opts) test.onFinish = (results)...
CLI
Thanks for this project! Are you also planning to add a CLI interface? Someone on HN has [already started an implementation][1], but perhaps you could collab and release it as...
Resolves: https://github.com/cloudflare/speedtest/issues/30
The definition for the Results class is missing the raw output.
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.17 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Will there be a possibility of publishing an official docker image to self-host on our docker machines to check network speed to the docker machine from other devices?
Hi - Some networks are working to test/deploy the IETF L4S standard for low latency networking, which creates a 2nd network queue at bottleneck links for packets marked with ECT(1)...
I am using SpeedTest on a normal front-end web app. Every now and then it randomly gives me errors. Those errors do not happen all the time. I keep getting...