pelikan-io / rustcommon

Common Rust library
Apache License 2.0
26 stars 13 forks source link

histogram: add unit tests and reorder checks and allocations on add/subtract #71

Closed mihirn closed 1 year ago

mihirn commented 1 year ago

Reorder the tests to prevent unnecessary allocation when the checks fail. Also add unit tests.