Compare commits

..

1 Commits

Author SHA1 Message Date
Lukas Vogel 1dd0561e91
Merge e7ef5df93d into 291b0b0c42 2024-11-14 11:43:07 -07:00
3 changed files with 1 additions and 3 deletions

1
.github/CODEOWNERS vendored
View File

@ -1 +0,0 @@
* @ArthurSens @bwplotka @kakkoyun @vesari

View File

@ -382,7 +382,6 @@ func TestHistogramAtomicObserve(t *testing.T) {
return
default:
his.Observe(1)
time.Sleep(time.Nanosecond)
}
}
}

View File

@ -25,7 +25,7 @@ import (
// notImplementedErr is returned by stub functions that replace cgo functions, when cgo
// isn't available.
var notImplementedErr = errors.New("not implemented")
var notImplementedErr = fmt.Errorf("not implemented")
type memoryInfo struct {
vsize uint64 // Virtual memory size in bytes