anp / lolbench

tracking performance of rustc-generated binaries over time
https://lolbench.rs
Apache License 2.0
105 stars 12 forks source link

Is a single Cargo.lock for the whole workspace OK? #64

Open anp opened 6 years ago

anp commented 6 years ago

https://github.com/anp/lolbench/pull/63#issuecomment-431634718

If transitive dependencies of benchmark crates get changed when we add new benchmarks, should we have to invalidate past results? Can we "firewall" the benchmark crates' dependencies from each other while still having them able to use the local support crates?