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

feat(core): add performance profiler #141

Merged
merged 1 commit into from
Sep 4, 2024
Merged

feat(core): add performance profiler #141

merged 1 commit into from
Sep 4, 2024

Conversation

ayuhito
Copy link
Member

@ayuhito ayuhito commented Sep 4, 2024

This adds /debug/pprof profiling endpoints if the -profiler flag is used. This should let us profile CPU and memory usage and determine exactly what could be better optimised.

This also enables it on the demo website so we have a real world benchmark that we can follow.

@ayuhito ayuhito changed the title feat(core): add profiler feat(core): add performance profiler Sep 4, 2024
@ayuhito ayuhito merged commit b6d99c4 into main Sep 4, 2024
2 checks passed
@ayuhito ayuhito deleted the feat/profiler branch September 4, 2024 13:32
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.

1 participant