Dotnet 9 URL Shortener REST API Project example with MongoDB
- Clone the repository with
git clone
- Go to the project current directory
- Run
docker-compose up -d
to start MongoDB and Redis and the project
- Install K6 with
brew install k6
orchoco install k6
or go to K6 Download - Open Terminal on the project directory
- Go to
test/LoadTestK6
directory - Run
k6 run regular_load_test.js
to run the regular load test - Run
k6 run progressive_load_test.js
to run the progressive load test