This repository was archived by the owner on Nov 27, 2022. It is now read-only.
This repository was archived by the owner on Nov 27, 2022. It is now read-only.
Benchmark compile times #6
Open
Description
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.