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

Tracking issue: crater is slow #136

Open
6 of 9 tasks
aidanhs opened this issue Sep 18, 2017 · 2 comments
Open
6 of 9 tasks

Tracking issue: crater is slow #136

aidanhs opened this issue Sep 18, 2017 · 2 comments

Comments

@aidanhs
Copy link
Member

aidanhs commented Sep 18, 2017

Crater has a number of inefficiencies that can be resolved to make life better for everyone.

Impactful

Nice-to-have

  • Consider offering a build-only mode (probably build tests as well)

Metrics

  • Monitor which crates are taking the longest and what the long tail of slow crates looks like
  • Get a breakdown of what phases are taking time (e.g. build, test build, testing) to inform future work

Speculative

  • allow cargobomb to distribute over multiple machines
@pietroalbini
Copy link
Member

Parallelization of prepare-local and run-tc is now implemented with run-graph --threads N, and build-only crater runs are possible with --mode build-only.

@Mark-Simulacrum
Copy link
Member

codegen-units are "implemented" IMO due to default support within rustc (i.e., we run with codegen-units at 16 already).

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

3 participants