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

A more realistic allocations profile #1

Open
ivan-tkatchev opened this issue Apr 6, 2017 · 0 comments
Open

A more realistic allocations profile #1

ivan-tkatchev opened this issue Apr 6, 2017 · 0 comments
Assignees

Comments

@ivan-tkatchev
Copy link

The even/linear/exponential distribution of allocation sizes is a good stress test but doesn't correspond to real-world usages of malloc.

Could you add one more test case with a distribution sampled from real workloads?

Here's an example of allocations when gcc is compiling lockfree-malloc:
allocs_sample.tsv.txt

(Having several test cases for different real-world workloads would be even better, I guess.)

Thank you.

@mjansson mjansson self-assigned this Apr 6, 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

2 participants