0.0.3 ā€¢ Published 1 month ago

perf-boy v0.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

npm.io

šŸ§‘ā€šŸŽ¤ perf-boy WIP

latestVersion

A tool that analyzes your method trace file and generates the analysis in a spreadsheet

Finding performance regression in your app is tough. This tool helps you identify the most time-consuming tasks in your trace and shows how they were performing previously and how they are performing currently.

āœØ Installation

sudo npm install -g perf-boy 

šŸ“¦ Usage

perf-boy before.trace after.trace

šŸš€ Demo

Usage

āÆ ls
after.trace  before.trace
āÆ perf-boy before.trace after.trace
perf-boy (0.0.2)
šŸ“– Parsing traces... (this step may take a while)
šŸ” Comparing traces...
šŸ“ Writing to spreadsheet (before-vs-after.xlsx)...
šŸ“œ Creating sheet: All Threads
šŸ“ Writing data to sheet: All Threads
šŸ“œ Creating sheet: Main Thread
šŸ“ Writing data to sheet: Main Thread
šŸ“œ Creating sheet: Background Threads
šŸ“ Writing data to sheet: Background Threads
šŸš€ Writing to file: before-vs-after.xlsx
Done āœ…
āÆ ls
after.trace before-vs-after.xlsx before.trace

Output

image

āœļø Author

šŸ‘¤ theapache64

  • Twitter: @theapache64
  • Email: theapache64@gmail.com

Feel free to ping me šŸ˜‰

šŸ¤ Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Open an issue first to discuss what you would like to change.
  2. Fork the Project
  3. Create your feature branch (git checkout -b feature/amazing-feature)
  4. Commit your changes (git commit -m 'Add some amazing feature')
  5. Push to the branch (git push origin feature/amazing-feature)
  6. Open a pull request

Please make sure to update tests as appropriate.

ā¤ Show your support

Give a ā­ļø if this project helped you!

ā˜‘ļø TODO

  • Single trace file analysis

šŸ“ License

Copyright Ā© 2024 - theapache64

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

This README was generated by readgen ā¤

0.0.3

1 month ago

0.0.2

1 month ago

0.0.1

1 month ago