Measures the network latency between your browser and Azure Databrick regions.
https://azure4devops.com/AzureDatabricksSpeedTest/
You can use these commands to build the User Interface:
Forked and inspired from https://github.com/richorama/AzureSpeedTest2 needed to change to fetch instead of Ajax call because of no option to configure CORS
- Azure Databricks regions response time, at least for me are very similar to https://richorama.github.io/AzureSpeedTest2/ hitting the same Azure region plus few extra 30-50 ms
$ npm install
$ npm run build
- Run
npm run build
- Run the site locally (I use http-server) to test that the site works.