When the clouds combine...

How fast is Netlify + Astra?

      
  1  function runTests(rounds, numberAPICalls) {
  2    for (round = 0; round < rounds; round++) {
  3      var startTime = new Date();
  4      timeTest(numberAPICalls).then(() => {
  5        var finishTime = new Date();
  6        var timeTaken = finishTime - startTime;
  7      );
  8    }
  9  }
    

Click the button below to see the results when using the above structure for your testing skeleton:

Take me back to the article.

You can find all of the code for this project here.

Thanks for reading!