Skip to content
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

Very slow when run against project with Bevy + Leafwing #380

Open
sax opened this issue Jan 5, 2024 · 0 comments
Open

Very slow when run against project with Bevy + Leafwing #380

sax opened this issue Jan 5, 2024 · 0 comments

Comments

@sax
Copy link

sax commented Jan 5, 2024

I use cargo-outdated on all of my Rust projects, and find it very useful. On a private project I've been playing with using bevy, and I've found that for some reason cargo-outdated takes so long to run that I can't use it on a regular basis as a part of my workflow automation.

I thought I'd start by filing the issue in case something jumps out that could be solved.

I've created a bare-bones repo with some common libraries that are paired with bevy. When I comment out different libraries, it gets faster, but still seems very slow compared with my usage on other projects.

https://github.com/sax/outdated-bevy

Only bevy: ~1.5s

  • bevy_asset_loader: ~27s
  • bevy_rapier_2d: ~27s
  • leafwing-input-manager: ~120s

I would love to help debug or contribute a fix, but I'm not sure where to start with profiling this to figure out what's going on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant