Exercise 1: Code Testing and Profiling
Explore Go code testing and profiling by implementing a basic version of the ab(1) tool. Learn to use goroutines and channels to test web service performance while reinforcing your concurrency skills.
We'll cover the following...
We'll cover the following...
Let’s practice what we’ve learned so far. The ...