1
0
mirror of https://github.com/DataDog/go-profiler-notes.git synced 2025-07-15 23:54:16 +02:00

link upstream issue

This commit is contained in:
Felix Geisendörfer
2021-02-09 21:14:23 +01:00
parent e3b8b191f8
commit 5242ba3ced

View File

@ -196,7 +196,7 @@ Doing so could be done with a [trivial patch](https://github.com/felixge/go/comp
<img src="./sim/block_sampling_debiased.png" alt="" style="zoom: 80%;" />
So from my point of view it should be possible to eliminate this bias from future versions of Go and I'm planning to work with the Go project on that.
So from my point of view it should be possible to eliminate this bias from future versions of Go and I'm planning to [work with the Go project](https://github.com/golang/go/issues/44192) on that.
That being said, I'm not trained in statistics, so my analysis here might be hilariously misguided 🙃.