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: add fastify cpu profiler server #28

Merged
merged 5 commits into from
Aug 16, 2024
Merged

Conversation

rafaelcr
Copy link
Collaborator

@rafaelcr rafaelcr commented Aug 16, 2024

Ports the CPU profiler from the Stacks Blockchain API and migrates it from Express to Fastify.

Fixes #27

@rafaelcr rafaelcr requested a review from zone117x August 16, 2024 16:07
src/helpers/iterators.ts Outdated Show resolved Hide resolved
src/profiler/server.ts Outdated Show resolved Hide resolved
@rafaelcr rafaelcr requested a review from zone117x August 16, 2024 16:29
Copy link
Member

@zone117x zone117x left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@rafaelcr rafaelcr merged commit b224e06 into develop Aug 16, 2024
4 checks passed
@rafaelcr rafaelcr deleted the feat/cpu-profiler branch August 16, 2024 16:34
blockstack-devops pushed a commit that referenced this pull request Aug 16, 2024
## [1.7.0](v1.6.2...v1.7.0) (2024-08-16)

### Features

* add fastify cpu profiler server ([#28](#28)) ([b224e06](b224e06))
@blockstack-devops
Copy link

🎉 This PR is included in version 1.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

add CPU profiling code
3 participants