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

summarize_current_second -> hdr_value_at_percentile takes large ammount of cpu cycles on large thread count #294

Closed
filipecosta90 opened this issue Jan 24, 2025 · 1 comment · Fixed by #295
Assignees
Labels

Comments

@filipecosta90
Copy link
Collaborator

with 45 threads, we see that summarizing the metrics, specifically for the the percentiles per second, takes a very large ammount of cpu cycles (in the bellow case > 80%).

./memtier_benchmark  -p 12000 --hide-histogram --pipeline=10 -c 168 -t 45 -d 1000 --key-maximum=9625503 --key-pattern=R:R --ratio=1:0  --test-time=1200 --run-count=2

profile detail:

Image

@filipecosta90
Copy link
Collaborator Author

for future reference, we've released 2.1.4 with the above fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment