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

Benchmarking Utility Functionality #364

Open
willtebbutt opened this issue Nov 11, 2024 · 0 comments
Open

Benchmarking Utility Functionality #364

willtebbutt opened this issue Nov 11, 2024 · 0 comments
Labels
enhancement (performance) Would reduce the time it takes to run some bit of the code enhancement (testing) Would improve the tests

Comments

@willtebbutt
Copy link
Member

willtebbutt commented Nov 11, 2024

At present, while I know what code it is that you should benchmark / profile to understand Mooncake's performance on a particular function of interest, this functionality isn't exposed to users. There's a small amount of boilerplate code required to construct the code that should be benchmarked / profiled, so we should add one or two user-facing functions which handle this boilerplate for you, and declare "the things I return are the things you should call @benchmark / @chairmark on", and "the things I return are what you should profile".

@willtebbutt willtebbutt added enhancement (performance) Would reduce the time it takes to run some bit of the code enhancement (testing) Would improve the tests labels Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement (performance) Would reduce the time it takes to run some bit of the code enhancement (testing) Would improve the tests
Projects
None yet
Development

No branches or pull requests

1 participant