Skip to content

Tags: HdrHistogram/hdrhistogram-swift

Tags

0.1.3

Toggle 0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add Sendable conformance (#27)

0.1.2

Toggle 0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(patch): Clamp percentiles to actually recorded min/max instead of…

… rounding to equivalent levels (#14)

Clamp percentile result to min/max actual recorded range as we have perfect fidelity there, unexpected p0/p100 otherwise.

Co-authored-by: dimlio <[email protected]>

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add Codable conformance (#6)

* Add Codable conformance

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: align log format with upstream implementation (#5)

Align output of histogram percentile distribution with upstream Java
implementation.

0.0.1

Toggle 0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md