rustc-perf icon indicating copy to clipboard operation
rustc-perf copied to clipboard

Add an incremental benchmark where only a dependency gets patched

Open bjorn3 opened this issue 3 years ago • 1 comments

In the ideal case the recompilation of the dependent crate would be exactly as fast as a completely unchanged incremental compilation if the dependency didn't change any declarations, generic function definitions or anything of that kind.

bjorn3 avatar May 04 '21 19:05 bjorn3

I think we actually have (had?) something like this, but I'd need to track it down. Making it more explicit seems like a good idea, though.

Mark-Simulacrum avatar May 04 '21 20:05 Mark-Simulacrum