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

Remove "knee" from performance plots #27

Open
benjeffery opened this issue Aug 31, 2022 · 0 comments
Open

Remove "knee" from performance plots #27

benjeffery opened this issue Aug 31, 2022 · 0 comments

Comments

@benjeffery
Copy link
Member

Currently, the benchmarks have a line such as:
m = max_sites if ts.num_samples < 10 ** 6 else 10
which reduces the sites for large trees. This leads to a knee in the plots, due to performance having a non-site-count dependant component. See here where I change the threshold from 10**6 to 10**5
tree-performance-cuda-branchless
tree-performance-cuda

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

No branches or pull requests

1 participant