From e0481d3847074fa878e6eaf283da5dfa99200678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Mon, 18 Oct 2021 11:43:55 +0200 Subject: [PATCH] Remove link --- guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/README.md b/guide/README.md index d985eb2..164c252 100644 --- a/guide/README.md +++ b/guide/README.md @@ -133,7 +133,7 @@ As with the previous mental model in this guide, everything above is an extremel Here is an overview of the profilers built into the Go runtime. For more details following the links. -| | [CPU](#cpu-profiler) | [Memory](#memory-profiler) | [Block](#block-profiler) | Mutex | Goroutine | [ThreadCreate](#threadcreate-profiler) | +| | [CPU](#cpu-profiler) | [Memory](#memory-profiler) | Block | Mutex | Goroutine | [ThreadCreate](#threadcreate-profiler) | |-|-|-|-|-|-|-| |Production Safety|✅|✅|✅|✅|⚠️ (1.)|🐞 (2.)| |Safe Rate|default|default|`10000`|`10`|`1000` goroutines|-|