HTTP Benchmarking with GO Usage: No dependencies required go run main.go -url=http://localhost:3000/ -n=1000 -c=30 url: URL to benchmark. n: No of requests. (default: 100) c: No of concurrent connections. (default: 10) Sample Output: