Performance testing API’s with async/awaits

I’ve got this serverless cloud function, you can read about how I built it here. Today’s blog is how I’d go about performance testing this API using async/awaits in Typescript. The API helper class Here is the GET API function: The performance test Here’s the performance test function, it spins up 10 concurrent instances to… Continue reading Performance testing API’s with async/awaits