-
Notifications
You must be signed in to change notification settings - Fork 146
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
PERFILE binary contents spewed on stdout on Github Actions runners? #248
Comments
…happen in DTrace under OSX? See: flamegraph-rs/flamegraph#248 Also check contents of restricted GHA kernel memory map.
Seems surprising -- I don't have an idea off the top of my head why it might be. |
I just tested it under Windows 11 WSL2 (with some SO perf binary workarounds) instead of GHA and the output both surprised me and gave some clues... 3.6GB of
Perhaps I need to consider https://github.com/koute/not-perf or somehow downsize the current benchmarks suite... still it doesn't explain why Also, the command never ends on WSL2 either (need to Ctrl+C)... and a /cc @mmalenic |
I see the same issue. I'm working around it by giving |
I'm running
cargo flamegraph --deterministic --flamechart -o flamechart.svg --bench search-benchmarks -- --bench
on Github Actions and I'm seeing the binary contents of perf files being dumped on stdout (perhaps stderr?):The same command on OSX (DTrace) does not seem to have that issue.
The text was updated successfully, but these errors were encountered: