This repository contains two applications that should be run side-by-side:
app, a simple ASP .NET Core web application that returns the textHello World!for every request (regardless of route or verb).testrig, an NBomber test application which hitshttp://localhost:5000(the default location for ASP .NET Core applications).