-
Notifications
You must be signed in to change notification settings - Fork 17
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: profiling/flamegraph #331
Conversation
Terraform Feature Environment (dev-331)Terraform Initialization ⚙️
|
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.
LGTM
Can you please add .svg
to .gitignrore?
Why is it asking for a password?
I failed to run them. My setup is probably different from yours (I'm using nix).
It's required to run
what's the error message you're getting? Shouldn't require anything extra besides that cargo-flamegraph binary. |
@ChaoticTempest its:
I was it before, maybe something on my side. |
Terraform Feature Environment Destroy (dev-331)Terraform Initialization ⚙️
|
With this we can generate flamegraphs via:
note that we need to install the
cargo-flamegraph
binary firstAlso, no need to manually run
cargo build --release
before each test anymore.cargo test
will now pick it up