HdrHistogram / hdrhistogram-go

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

Added Test for Distribution #16

Closed adrianco closed 8 years ago

adrianco commented 8 years ago

Check that Distribution dump has correct length and content.

codahale commented 8 years ago

This appears to be unmergeable.

adrianco commented 8 years ago

I think the last update should fix the problem. Also I don't have enough experience with github pull requests to know if I'm using it right...

codahale commented 8 years ago

That didn't work. You'll need to make sure the branch you're working off of merges cleanly into a fresh copy of this repo's master.

If you're unfamiliar with Git, this may help.

adrianco commented 8 years ago

Found some time to fix this. Looks like a clean add of a new test now.

codahale commented 8 years ago

Thanks!