Skip to content

Commit

Permalink
Add standard
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles committed May 7, 2024
1 parent c0007e3 commit 13d4d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Singed


[![Gem Version](https://badge.fury.io/rb/singed.svg)](https://badge.fury.io/rb/singed) | ![CI](https://github.com/rubyatscale/singed/actions/workflows/build.yml/badge.svg?event=push)
[![Gem Version](https://badge.fury.io/rb/singed.svg)](https://badge.fury.io/rb/singed) | ![CI](https://github.com/rubyatscale/singed/actions/workflows/build.yml/badge.svg?event=push) | ![Standard](https://github.com/rubyatscale/singed/actions/workflows/standardrb.yml/badge.svg?event=push)


Singed makes it easy to get a flamegraph anywhere in your code base. It wraps profiling your code with [stackprof](https://github.com/tmm1/stackprof) or [rbspy](https://github.com/rbspy/rbspy), and then launching [speedscope](https://github.com/jlfwong/speedscope) to view it.
Expand Down

0 comments on commit 13d4d19

Please sign in to comment.