Skip to content

Azure4DevOps/GithubAzureDevOpsSpeedTest

 
 

Repository files navigation

Node CI Deploy static content to Pages

GitHub and Azure DevOps Speed Test

Measures the network latency between your browser and GitHub and each of the Azure DevOps region.

https://azure4devops.com/GithubAzureDevOpsSpeedTest/

Building the UI

You can use these commands to build the User Interface:

Inspired

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

Thoughts

  • Azure DevOps regions response time, at least for me are very similar to https://richorama.github.io/AzureSpeedTest2/ hitting the same Azure region plus few extra 1-5 ms
  • GitHub response time is better usually than Azure DevOps, but time can come maybe from better CDN setup, as GitHub from begging was designed to public open source projects
$ npm install
$ npm run build

Regions

  1. Run npm run build
  2. Run the site locally (I use http-server) to test that the site works.

Preview

image

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.7%
  • HTML 13.3%