Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce overhead from percentile stats #54

Closed
akopytov opened this issue Jun 27, 2016 · 2 comments
Closed

Reduce overhead from percentile stats #54

akopytov opened this issue Jun 27, 2016 · 2 comments

Comments

@akopytov
Copy link
Owner

Percentile stats calculation has a significant overhead, especially in high concurrency benchmarks. This is to investigate if that overhead can be reduced.

@akopytov
Copy link
Owner Author

See also #55.

akopytov added a commit that referenced this issue Dec 5, 2016
Rewrite percentile calculation to scale on modern hardware. Rename the
underlying data structure from sb_percentile to sb_histogram.
@akopytov
Copy link
Owner Author

akopytov commented Jan 4, 2017

Fixed in master.

@akopytov akopytov closed this as completed Jan 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant