Compare commits

..

1 Commits

Author SHA1 Message Date
Matthieu MOREL adf4048c02
Merge b1837f30b0 into 6a9004890f 2024-11-19 18:59:03 +01:00
1 changed files with 0 additions and 1 deletions

View File

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