Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Benchmark compile times #6

Open
Ralith opened this issue Aug 24, 2020 · 1 comment
Open

Benchmark compile times #6

Ralith opened this issue Aug 24, 2020 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Ralith
Copy link
Collaborator

Ralith commented Aug 24, 2020

Given rust's reputation in this area, it would be useful to publish how long both clean (fresh checkout) and incremental (touch every .rs file but don't change anything) builds of the suite take. This could be accomplished by feature-guarding each lib, and for maximum clarity in the results, omitting tests that pull in heavy deps like serde which might otherwise be avoided.

@kettle11
Copy link
Contributor

I strongly agree! It'd be great if compile times were included in most Rust benchmarks. It's an important factor to weigh when evaluating a Rust library.

@erlend-sh erlend-sh added the help wanted Extra attention is needed label Aug 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants