dotnet / crank

Benchmarking infrastructure for applications
MIT License
976 stars 103 forks source link

Fix NoBuild support #638

Closed caaavik-msft closed 11 months ago

caaavik-msft commented 1 year ago

Still doing some testing on this, but from initial testing this seems to work and builds will be reused as long as all the build inputs (see BuildKeyData) are identical.

sebastienros commented 1 year ago

So each build cache actually has its own source cache, and the build folder still local to the source ( in ./published)? That would be fine.