singed
singed copied to clipboard
Get a flamegraph anywhere in your code base. Powered by stackprof, rbspy, and speedscope
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...
https://github.com/rubyatscale/singed/issues/26
[Vernier](https://github.com/jhawthorn/vernier), as featured on https://www.youtube.com/watch?v=9nvX3OHykGQ#t=27m43 The most appealing part of vernier is that it seems to handle threads a lot better, so thread switching doesn't make it as hard to...
Right now, it's me manually pulling and running `rake release`. Ideally, this happens automatically on main when the gemspec version changes, or if it is manually run. Tried this, but...
[stackprof](https://github.com/tmm1/stackprof) supports [using start / stop](https://github.com/tmm1/stackprof#advanced-usage) in addition to the block usage. This is helpful for when things aren't cleanly block wrapped. cc @baweaver who requested it
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.3.3. Release notes Sourced from rexml's releases. REXML 3.3.3 - 2024-08-01 Improvements Added support for detecting invalid XML that has unsupported content before root element...
We updated to ruby 3.3.2, and got this error when using the CLI: ``` ❯ bin/singed bin/tapioca dsl 🔥📈 Singed needs to run as root, but will drop permissions back...
We already have a [Rack middleware](https://github.com/rubyatscale/singed/blob/main/lib/singed/rack_middleware.rb). I could see there being a Sidekiq middleware too: https://github.com/sidekiq/sidekiq/wiki/Middleware . The execution of a job will be most interesting, which means just server...
Currently, singed assumes you have a working node install, and can run `npx` to be able to install and run speedscope. Is there any way to bundle speedscope to reduce...