We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230f6b6 commit 859983eCopy full SHA for 859983e
pkg/kv/kvserver/asim/history/history.go
@@ -67,7 +67,7 @@ func (h *History) ThrashingForStat(stat string) ThrashingSlice {
67
68
ths := make(ThrashingSlice, numStores)
69
for storeIdx := range vsByStore {
70
- // HACK: we remove leading zeroes before computing the thrashin This works
+ // HACK: we remove leading zeroes before computeThrasing. This works
71
// around the fact that some timeseries only show sensible values after an
72
// initial period of inactivity. For example, CPU usage is zero until the
73
// first stats tick. Without this hack, the large initial jump from zero to
0 commit comments