ashfurrow / xcode-hardware-performance

Results from running Xcode on a non-trivial open source project using various Macs
Other
1.13k stars 115 forks source link

Cost more time with No DerivedData cache #95

Closed tanpengsccd closed 5 years ago

tanpengsccd commented 5 years ago

if i do

rm -rf ~/Library/Developer/Xcode/DerivedData/

it will cost more time. so I think should cmd+shift+k ,and remove DerivedData will more accurate.

ashfurrow commented 5 years ago

Hi, thanks for opening the issue. I don't agree that deleting that directory would be more accurate – most developers clear their build with Xcode, and this repo's goal is providing real-world results. While this repo isn't meant to give scientific-levels of accuracy, the testing methodology should still follow the most common developer workflow, which is Xcode.

Thanks again, and let me know what I can clarify!