-
Notifications
You must be signed in to change notification settings - Fork 1
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
Added Dynamic Analysis tool: Iroh #42
base: f24
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 11507553315Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
packages.json changes reflect iroh installation, and files in iroh folder show use of iroh to monitor functions and log their runtime. Thank you for including your terminal output, it was helpful to see a successful installation and use of the tool through console logs and the output file! Looks good to me.
Iroh
Iroh is a tool that enables runtime code analysis and performance monitoring. It will allow us to identify slow functions which could affect NodeeBB's functionality and performance. In this PR I Integrated Iroh to track execution time and performance of critical topic functions like creation and replies.
Concrete evidence that you had successfully installed the tool
install/package.json
iroh-monitor.js
Artifacts that demonstrate that you have successfully run the tool on your repository
Ran iroh on core nodeBB topic functions. Running
node app.js
and performing a topic function such as creating a new topic will produce the following output, shown on the terminal.iroh-output.txt