funcPerformance()[]Article
Profiling, benchmarking, and optimizing Go applications under real workloads.
Performance
Load Testing a Go API: Finding the Real Bottleneck
Load testing a Go API with k6: throughput, p50/p95/p99 latency, and a systematic way to find whether the bottleneck is the app, the database, or the network.
13 min
Performance
Profiling Go Applications with pprof
Profile CPU, memory, and goroutines in a running Go HTTP service with net/http/pprof, and learn to read the profiles to find real performance problems.
10 min