fix: address code review findings

This commit is contained in:
2026-08-18 22:00:07 +03:00
parent 1513a9fb67
commit ef77b2c0a0
3 changed files with 5 additions and 6 deletions

View File

@@ -28,7 +28,6 @@ type Metrics struct {
// histogram tracks duration values and computes simple stats.
type histogram struct {
mu sync.Mutex
values []int64 // nanoseconds
maxValues int
}