HdrHistogram / hdrhistogram-go

A pure Go implementation of Gil Tene's HDR Histogram.
MIT License
429 stars 64 forks source link

hdrhist impl. does not track values correctly for seconds since epoch #24

Open okayzed opened 7 years ago

okayzed commented 7 years ago

see pull request #23

okayzed commented 7 years ago

I want to say this is due to my ignorance of how to use hdrhistogram. (When I use min=0, the test passes, but as min approaches max/2, the buckets start to get distorted)