Skip to content

Files

Latest commit

ffe3440 · Jan 29, 2025

History

History
19 lines (13 loc) · 425 Bytes

File metadata and controls

19 lines (13 loc) · 425 Bytes

.NET Performance analysis intro

This sample project aims to demonstrate how to analyze and improve the performance of a .NET service using Visual Studio profilers.

In this exercise we attempt to improve the latency and throughput of a simple API.

To run the load test:

cd load-tests
k6 run --vus <num_virtual_users> --duration <duration> ./basic.js

e.g.

k6 run --vus 200 --duration 30s ./basic.js