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

Fixed memory usage increasing over time due to per second histogram usage #188

Merged
merged 2 commits into from
Aug 2, 2022

Conversation

filipecosta90
Copy link
Collaborator

@filipecosta90 filipecosta90 commented Jul 29, 2022

Fixes #157 .
Instead of keeping the raw histograms per second, we keep the computed percentiles that we need to store at the end of the benchmark.

Using @weisiw script to check the memory we can confirm that the issue is gone
image

@filipecosta90
Copy link
Collaborator Author

As discussed with @yaacovhazan-Redislabs sharing the throughput over time for both master and this PR to confirm there is no change/no affected logic due to the changes contained in it.

image

@filipecosta90 filipecosta90 merged commit e6cd4ce into master Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory usage increasing over time
2 participants