From d0b160b182140cb1111708bc7ba10b2ccaf3eb5c Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Mon, 6 Nov 2023 14:46:32 -0700 Subject: [PATCH] A couple more links to profiling page --- src/docs/markdown/profiling.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/docs/markdown/profiling.md b/src/docs/markdown/profiling.md index 5170f00..3cd30cc 100644 --- a/src/docs/markdown/profiling.md +++ b/src/docs/markdown/profiling.md @@ -448,3 +448,5 @@ To really put the "pro" in "profiling", consider these resources: - [pprof Documentation](https://github.com/google/pprof/blob/main/doc/README.md) - [A real-world use of profiles with Caddy](https://github.com/caddyserver/caddy/pull/4978) +- [Performance on the Go wiki](https://github.com/golang/go/wiki/Performance) +- [The `net/http/pprof` package](https://pkg.go.dev/net/http/pprof) \ No newline at end of file