Compare commits

...

2 Commits

Author SHA1 Message Date
Matthieu MOREL dd12942b18
Merge b1837f30b0 into 76b74e25d5 2024-11-20 17:03:00 +01:00
Ivan Goncharov 76b74e25d5
fix: add very small delay between observations to make test more realistic (and faster) (#1691) 2024-11-20 14:47:38 +01:00
1 changed files with 1 additions and 0 deletions

View File

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